LockingStrategy Enumeration
Represents the Task locking strategy
Namespace: Firefly.BoxAssembly: Firefly.Box (in Firefly.Box.dll) Version: debug-master-v:33791
public enum LockingStrategy
Public Enumeration LockingStrategy
None | 0 |
A lock will never occur
|
OnRowLoading | 1 |
A lock will start immediately after the row is loaded
|
OnRowSaving | 2 |
A lock will start before the row is saved to the database and after the row saving event
|
OnUserEdit | 3 |
A lock will start when the row is changed. See RowChanged for more information.
|