Class Constants.RestrictionTypes
Restriction types for archive columns. A column can be used as a restriction if it has one of these types; numeric and date values are expected to be either in InvariantCulture format or encoded with the CultureDataFormatter.
Namespace: SuperOffice.CRM.ArchiveLists
Assembly: SoCore.dll
Syntax
public static class RestrictionTypes : Object
Fields
Associate
Restriction types for archive columns. A column can be used as a restriction if it has one of these types; numeric and date values are expected to be either in InvariantCulture format or encoded with the CultureDataFormatter.
Declaration
public const string Associate = "associate"
Field Value
Type | Description |
---|---|
String |
Bool
Restriction types for archive columns. A column can be used as a restriction if it has one of these types; numeric and date values are expected to be either in InvariantCulture format or encoded with the CultureDataFormatter.
Declaration
public const string Bool = "bool"
Field Value
Type | Description |
---|---|
String |
CalendarMonth
Restriction types for archive columns. A column can be used as a restriction if it has one of these types; numeric and date values are expected to be either in InvariantCulture format or encoded with the CultureDataFormatter.
Declaration
public const string CalendarMonth = "calendarMonth"
Field Value
Type | Description |
---|---|
String |
CalendarWeek
Restriction types for archive columns. A column can be used as a restriction if it has one of these types; numeric and date values are expected to be either in InvariantCulture format or encoded with the CultureDataFormatter.
Declaration
public const string CalendarWeek = "calendarWeek"
Field Value
Type | Description |
---|---|
String |
Date
Restriction types for archive columns. A column can be used as a restriction if it has one of these types; numeric and date values are expected to be either in InvariantCulture format or encoded with the CultureDataFormatter.
Declaration
public const string Date = "date"
Field Value
Type | Description |
---|---|
String |
Datetime
Restriction types for archive columns. A column can be used as a restriction if it has one of these types; numeric and date values are expected to be either in InvariantCulture format or encoded with the CultureDataFormatter.
Declaration
public const string Datetime = "datetime"
Field Value
Type | Description |
---|---|
String |
Decimal
Restriction types for archive columns. A column can be used as a restriction if it has one of these types; numeric and date values are expected to be either in InvariantCulture format or encoded with the CultureDataFormatter.
Declaration
public const string Decimal = "decimal"
Field Value
Type | Description |
---|---|
String |
EjCategory
Restriction types for archive columns. A column can be used as a restriction if it has one of these types; numeric and date values are expected to be either in InvariantCulture format or encoded with the CultureDataFormatter.
Declaration
public const string EjCategory = "ejCategory"
Field Value
Type | Description |
---|---|
String |
EjUser
Restriction types for archive columns. A column can be used as a restriction if it has one of these types; numeric and date values are expected to be either in InvariantCulture format or encoded with the CultureDataFormatter.
Declaration
public const string EjUser = "ejUser"
Field Value
Type | Description |
---|---|
String |
Entity
Restriction types for archive columns. A column can be used as a restriction if it has one of these types; numeric and date values are expected to be either in InvariantCulture format or encoded with the CultureDataFormatter.
Declaration
public const string Entity = "entity"
Field Value
Type | Description |
---|---|
String |
Int
Restriction types for archive columns. A column can be used as a restriction if it has one of these types; numeric and date values are expected to be either in InvariantCulture format or encoded with the CultureDataFormatter.
Declaration
public const string Int = "int"
Field Value
Type | Description |
---|---|
String |
IntArray
Restriction types for archive columns. A column can be used as a restriction if it has one of these types; numeric and date values are expected to be either in InvariantCulture format or encoded with the CultureDataFormatter.
Declaration
public const string IntArray = "intArray"
Field Value
Type | Description |
---|---|
String |
ListAll
Restriction types for archive columns. A column can be used as a restriction if it has one of these types; numeric and date values are expected to be either in InvariantCulture format or encoded with the CultureDataFormatter.
Declaration
public const string ListAll = "listAll"
Field Value
Type | Description |
---|---|
String |
ListAny
Restriction types for archive columns. A column can be used as a restriction if it has one of these types; numeric and date values are expected to be either in InvariantCulture format or encoded with the CultureDataFormatter.
Declaration
public const string ListAny = "listAny"
Field Value
Type | Description |
---|---|
String |
ListExternal
Restriction types for archive columns. A column can be used as a restriction if it has one of these types; numeric and date values are expected to be either in InvariantCulture format or encoded with the CultureDataFormatter.
Declaration
public const string ListExternal = "listExternal"
Field Value
Type | Description |
---|---|
String |
ListInterest
Restriction types for archive columns. A column can be used as a restriction if it has one of these types; numeric and date values are expected to be either in InvariantCulture format or encoded with the CultureDataFormatter.
Declaration
public const string ListInterest = "listInterest"
Field Value
Type | Description |
---|---|
String |
PositiveString
Restriction types for archive columns. A column can be used as a restriction if it has one of these types; numeric and date values are expected to be either in InvariantCulture format or encoded with the CultureDataFormatter.
Declaration
public const string PositiveString = "positiveString"
Field Value
Type | Description |
---|---|
String |
ReporterDate
Restriction types for archive columns. A column can be used as a restriction if it has one of these types; numeric and date values are expected to be either in InvariantCulture format or encoded with the CultureDataFormatter.
Declaration
public const string ReporterDate = "reporterDate"
Field Value
Type | Description |
---|---|
String |
ReporterUnlimitedDate
Restriction types for archive columns. A column can be used as a restriction if it has one of these types; numeric and date values are expected to be either in InvariantCulture format or encoded with the CultureDataFormatter.
Declaration
public const string ReporterUnlimitedDate = "reporterUnlimitedDate"
Field Value
Type | Description |
---|---|
String |
SaintStatus
Restriction types for archive columns. A column can be used as a restriction if it has one of these types; numeric and date values are expected to be either in InvariantCulture format or encoded with the CultureDataFormatter.
Declaration
public const string SaintStatus = "saintStatus"
Field Value
Type | Description |
---|---|
String |
StaticPrefix
Restriction types for archive columns. A column can be used as a restriction if it has one of these types; numeric and date values are expected to be either in InvariantCulture format or encoded with the CultureDataFormatter.
Declaration
public const string StaticPrefix = "static"
Field Value
Type | Description |
---|---|
String |
String
Restriction types for archive columns. A column can be used as a restriction if it has one of these types; numeric and date values are expected to be either in InvariantCulture format or encoded with the CultureDataFormatter.
Declaration
public const string String = "string"
Field Value
Type | Description |
---|---|
String |
StringOrPK
Signifies that we either want an ordinary string field, OR the primary key of the strings' table if the isPK operator is used
Declaration
public const string StringOrPK = "stringorPK"
Field Value
Type | Description |
---|---|
String |
StringOrPkListAny
Signifies that we either want an ordinary string field OR the primary keys array of the strings' table if PkIsOneOf or PkIsNotOneOf operators are used
Declaration
public const string StringOrPkListAny = "stringOrPkListAny"
Field Value
Type | Description |
---|---|
String |
TimeSpan
Restriction types for archive columns. A column can be used as a restriction if it has one of these types; numeric and date values are expected to be either in InvariantCulture format or encoded with the CultureDataFormatter.
Declaration
public const string TimeSpan = "timeSpan"
Field Value
Type | Description |
---|---|
String |
UnlimitedDate
Restriction types for archive columns. A column can be used as a restriction if it has one of these types; numeric and date values are expected to be either in InvariantCulture format or encoded with the CultureDataFormatter.
Declaration
public const string UnlimitedDate = "unlimitedDate"
Field Value
Type | Description |
---|---|
String |
UserGroup
Restriction types for archive columns. A column can be used as a restriction if it has one of these types; numeric and date values are expected to be either in InvariantCulture format or encoded with the CultureDataFormatter.
Declaration
public const string UserGroup = "userGroup"
Field Value
Type | Description |
---|---|
String |