Class RestrictionOperations.RestrictionTypeOptions
Options that may be appended to the valuehints.
Inheritance
System.Object
RestrictionOperations.RestrictionTypeOptions
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
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 |
---|---|
System.Nullable<System.Int64> |
Min
Declaration
public 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)