The DictionaryGetDataOptions enumeration contains methods of receiving data.
It is used by the following properties and methods:
IRubricatorValidationsLookup.LookupData.
Value | Brief description |
0 | None. Receive data for reading. |
1 | Edit. Receive data for editing. |
2 | Existing. Receive only existing data. |
3 | EditExisting. Receive for editing only existing data. |
8 | Create. Create data. |
16 | ByIdentity. Receive data by dictionary key. |
32 | Temporary. Receive temporary object without ability to save. |
See also: