public interface ITaskPublic Interface ITasktype ITask = interface end| 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 |
| Entities | Gets the ITask's entities |
| InTransaction | Gets the value determining if the task is within a transaction |
| RowLocking | Gets the value determining the ITask's row locking strategy |
| Title | Returns the ITask's title |
| View | The ITask's Form |