Enum EntitySchemaColumnDefSourceSystemValueSource
Sources of default system values.
Namespace: Terrasoft.Core.Entities
Assembly: Terrasoft.Core.dll
Syntax
public enum EntitySchemaColumnDefSourceSystemValueSource
Fields
| Name | Description |
|---|---|
| CurrentDate | Current date. |
| CurrentDateTime | Current date and time. |
| CurrentTime | Current time. |
| CurrentUser | Current user. |
| CurrentUserAccount | Account of the current user. |
| CurrentUserContact | Contact of the current user. |
| GenerateSequentialUId | Sequential identifier. |
| GenerateUId | Unique identifier. |