Show / Hide Table of Contents

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
Object
Constants.RestrictionTypes
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: SuperOffice.CRM.ArchiveLists
Assembly: SoCore.dll
Syntax
public static class RestrictionTypes

Fields

Associate

Declaration
public const string Associate = "associate"
Field Value
Type Description
String

Bool

Declaration
public const string Bool = "bool"
Field Value
Type Description
String

CalendarMonth

Declaration
public const string CalendarMonth = "calendarMonth"
Field Value
Type Description
String

CalendarWeek

Declaration
public const string CalendarWeek = "calendarWeek"
Field Value
Type Description
String

Date

Declaration
public const string Date = "date"
Field Value
Type Description
String

Datetime

Declaration
public const string Datetime = "datetime"
Field Value
Type Description
String

Decimal

Declaration
public const string Decimal = "decimal"
Field Value
Type Description
String

EjUser

Declaration
public const string EjUser = "ejUser"
Field Value
Type Description
String

Entity

Declaration
public const string Entity = "entity"
Field Value
Type Description
String

Int

Declaration
public const string Int = "int"
Field Value
Type Description
String

IntArray

Declaration
public const string IntArray = "intArray"
Field Value
Type Description
String

ListAll

Declaration
public const string ListAll = "listAll"
Field Value
Type Description
String

ListAny

Declaration
public const string ListAny = "listAny"
Field Value
Type Description
String

ListExternal

Declaration
public const string ListExternal = "listExternal"
Field Value
Type Description
String

ListInterest

Declaration
public const string ListInterest = "listInterest"
Field Value
Type Description
String

PositiveString

Declaration
public const string PositiveString = "positiveString"
Field Value
Type Description
String

ReporterDate

Declaration
public const string ReporterDate = "reporterDate"
Field Value
Type Description
String

ReporterUnlimitedDate

Declaration
public const string ReporterUnlimitedDate = "reporterUnlimitedDate"
Field Value
Type Description
String

SaintStatus

Declaration
public const string SaintStatus = "saintStatus"
Field Value
Type Description
String

StaticPrefix

Declaration
public const string StaticPrefix = "static"
Field Value
Type Description
String

String

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

TimeSpan

Declaration
public const string TimeSpan = "timeSpan"
Field Value
Type Description
String

UnlimitedDate

Declaration
public const string UnlimitedDate = "unlimitedDate"
Field Value
Type Description
String

UserGroup

Declaration
public const string UserGroup = "userGroup"
Field Value
Type Description
String
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top