Activities Enumeration

Determines the activity for a task

Definition

Namespace: Firefly.Box
Assembly: Firefly.Box (in Firefly.Box.dll) Version: debug-master-v:33791
C#
public enum Activities

Members

Update0 The process will show all the rows that fit the filter, and will allow the user to update them
Insert1 The process will create new rows
Delete2 The process will delete the rows that fit the filter.
Browse3 The UIController will show all the rows that fit the filter but will not allow the user to update them. In this mode the user can use the Incremental search option.
In a BusinessProcess it'll behave the same way as Update Activity
AsParent4 The task activity will be set according to the activity of its parent (calling) task.

See Also