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.
Inheritance
System.Object
Constants.RestrictionTypes
Assembly: SoCore.dll
Syntax
public static class RestrictionTypes : Object
Fields
Associate
Declaration
public const string Associate = "associate"
Field Value
Type |
Description |
System.String |
|
Bool
Declaration
public const string Bool = "bool"
Field Value
Type |
Description |
System.String |
|
CalendarMonth
Declaration
public const string CalendarMonth = "calendarMonth"
Field Value
Type |
Description |
System.String |
|
CalendarWeek
Declaration
public const string CalendarWeek = "calendarWeek"
Field Value
Type |
Description |
System.String |
|
Date
Declaration
public const string Date = "date"
Field Value
Type |
Description |
System.String |
|
Datetime
Declaration
public const string Datetime = "datetime"
Field Value
Type |
Description |
System.String |
|
Decimal
Declaration
public const string Decimal = "decimal"
Field Value
Type |
Description |
System.String |
|
EjCategory
Declaration
public const string EjCategory = "ejCategory"
Field Value
Type |
Description |
System.String |
|
EjUser
Declaration
public const string EjUser = "ejUser"
Field Value
Type |
Description |
System.String |
|
Entity
Declaration
public const string Entity = "entity"
Field Value
Type |
Description |
System.String |
|
Int
Declaration
public const string Int = "int"
Field Value
Type |
Description |
System.String |
|
IntArray
Declaration
public const string IntArray = "intArray"
Field Value
Type |
Description |
System.String |
|
ListAll
Declaration
public const string ListAll = "listAll"
Field Value
Type |
Description |
System.String |
|
ListAny
Declaration
public const string ListAny = "listAny"
Field Value
Type |
Description |
System.String |
|
ListExternal
Declaration
public const string ListExternal = "listExternal"
Field Value
Type |
Description |
System.String |
|
ListInterest
Declaration
public const string ListInterest = "listInterest"
Field Value
Type |
Description |
System.String |
|
PositiveString
Declaration
public const string PositiveString = "positiveString"
Field Value
Type |
Description |
System.String |
|
ReporterDate
Declaration
public const string ReporterDate = "reporterDate"
Field Value
Type |
Description |
System.String |
|
ReporterUnlimitedDate
Declaration
public const string ReporterUnlimitedDate = "reporterUnlimitedDate"
Field Value
Type |
Description |
System.String |
|
SaintStatus
Declaration
public const string SaintStatus = "saintStatus"
Field Value
Type |
Description |
System.String |
|
StaticPrefix
Declaration
public const string StaticPrefix = "static"
Field Value
Type |
Description |
System.String |
|
String
Declaration
public const string String = "string"
Field Value
Type |
Description |
System.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 |
System.String |
|
TimeSpan
Declaration
public const string TimeSpan = "timeSpan"
Field Value
Type |
Description |
System.String |
|
UnlimitedDate
Declaration
public const string UnlimitedDate = "unlimitedDate"
Field Value
Type |
Description |
System.String |
|
UserGroup
Declaration
public const string UserGroup = "userGroup"
Field Value
Type |
Description |
System.String |
|