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