Skip to content

a8b74454 949b 428d 697a 921bc9744869

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

IBehavior Interface

Additional header content

Declares a generic behavior to use to with an exporter.

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 interface IBehavior

VB

Public Interface IBehavior

The IBehavior type exposes the following members.

Properties

 

Name Description
Public property CanExecute Gets a value indicating whether executes behavior.
Public property Owner Gets the element that owns this data field.
  Back to Top

Methods

 

Name Description
Public method Execute(IWriter) Execute behavior.
Public method Execute(IWriter, ExportSettings) Execute behavior.
Public method SetOwner Sets a reference to the owner object that contains this instance.
  Back to Top

Remarks

[Missing documentation for "T:iTin.Export.Model.IBehavior"]

See Also

Reference

iTin.Export.Model Namespace

Clone this wiki locally