LockingStrategy Enumeration

Represents the Task locking strategy

Definition

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

Members

None0 A lock will never occur
OnRowLoading1 A lock will start immediately after the row is loaded
OnRowSaving2 A lock will start before the row is saved to the database and after the row saving event
OnUserEdit3 A lock will start when the row is changed. See RowChanged for more information.

See Also