[This is preliminary documentation and is subject to change.]
The meta history search state enumerated type
Namespace:
OfficeClip.BusinessLayer.MetabaseAssembly: OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0
Syntax
C# |
---|
public enum MetaHistoryState |
Visual Basic (Declaration) |
---|
Public Enumeration MetaHistoryState |
Visual C++ |
---|
public enum class MetaHistoryState |
Members
Member name | Description | |
---|---|---|
None |
No State
| |
Added |
The entity is added
| |
Modified |
The entity is modified
| |
Deleted |
The entity is deleted
| |
Reassigned |
The entity is reassigned
| |
Completed |
The entity is completed
| |
UpdatedTo |
The entity is updated to a certain value
| |
AssignedTo |
The entity is assigned to a certain value
|