Enum SyncValueType
Specifies the type of value used in synchronization operations.
Namespace: Serenity.SystemConfiguration.Domain.Enums
Assembly: Serenity.SystemConfiguration.Domain.dll
Syntax
public enum SyncValueType
Fields
| Name | Description |
|---|---|
| Bool | Boolean value type. |
| Float | Floating-point value type. |
| Int | Integer value type. |
| String | String value type. |