Class RestrictionOperations.RestrictionTypeOptions
Options that may be appended to the valuehints.
Inherited Members
Namespace: SuperOffice.CRM.ArchiveLists
Assembly: SoDataBase.dll
Syntax
protected class RestrictionTypeOptions
Constructors
RestrictionTypeOptions()
Declaration
public RestrictionTypeOptions()
Fields
Max
Declaration
public long? Max
Field Value
Type | Description |
---|---|
Nullable<Int64> |
Min
Declaration
public long? Min
Field Value
Type | Description |
---|---|
Nullable<Int64> |
Methods
ToJSONString()
Declaration
public string ToJSONString()
Returns
Type | Description |
---|---|
String |
Extension Methods
EnumUtil.MapEnums<From, To>(From)