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 Constants.RestrictionTypes

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
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top