Skip to content

490e87df 0a70 b7d6 1020 b72adfc5e3ed

Fernando Garcia edited this page May 8, 2018 · 1 revision

BaseBehaviorModel.CanExecute Property

Additional header content

Gets or sets a value indicating whether executes behavior.

Namespace: iTin.Export.Model
Assembly: iTin.Export.Core (in iTin.Export.Core.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#

public YesNo CanExecute { get; set; }

VB

Public Property CanExecute As YesNo
	Get
	Set

Property Value

Type: YesNo
Yes if executes behavior; otherwise, No. The default is Yes.

Implements

IBehavior.CanExecute

Exceptions

 

Exception Condition
InvalidEnumArgumentException The value specified is outside the range of valid values.

Remarks

ITEE Object Element Usage

<Download Execute="Yes|No" .../>

Compatibility table with native writers.

Comma-Separated Values
CsvWriter
Tab-Separated Values
TsvWriter
SQL Script
SqlScriptWriter
XML Spreadsheet 2003
Spreadsheet2003TabularWriter
X X X X
A X value indicates that the writer supports this element.

Examples

XML

<Exporter>
  <Writer Name="Spreadsheet2003TabularWriter"/>
  <Behaviors>
    <Download Execute="No" LocalCopy="Yes"/>
  </Behaviors>
</Exporter>

See Also

Reference

BaseBehaviorModel Class
iTin.Export.Model Namespace

Clone this wiki locally