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