ITask Interface

Represent a task in the tasks call stack

Definition

Namespace: Firefly.Box.Advanced
Assembly: Firefly.Box (in Firefly.Box.dll) Version: debug-master-v:33791
C#
public interface ITask

Properties

Activity Returns the ITask's Activity
Columns Return an ColumnCollection that contains all the columns selected in the ITask
CurrentHandledCommand Return the currently handled command
CurrentHandledControl Return the currently handled control
CurrentHandledKey Return the currently handled key combination
EntitiesGets the ITask's entities
InTransactionGets the value determining if the task is within a transaction
RowLockingGets the value determining the ITask's row locking strategy
Title Returns the ITask's title
View The ITask's Form

See Also