Class Constants.DisplayTypeOverride
Display type overrides for archive columns in clients that need some help like the Win client. With the advent of CS Extra fields, there is no opportunity to lookup an override in a client xml configuration file such as "SoCrm Archives.config". But the provider has enough context to make a good suggestion. This will be fed in the ArchiveColumnInfo.ExtraInfo member.
Inheritance
System.Object
Constants.DisplayTypeOverride
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: SuperOffice.CRM.ArchiveLists
Assembly: SoCore.dll
Syntax
public static class DisplayTypeOverride
Fields
CsTzDate
Column represents a TimeZone dependent date e.g. CS EXtra Fields of type Date. In CS, these are bound to your "preferred timezone location id" preference. Win client expects to find the stored raw Base Date value in in the ColumnData.RawValue!
Declaration
public static readonly string CsTzDate
Field Value
Type | Description |
---|---|
System.String |
CsTzDateTime
Declaration
public static readonly string CsTzDateTime
Field Value
Type | Description |
---|---|
System.String |
Navigator
Declaration
public static readonly string Navigator
Field Value
Type | Description |
---|---|
System.String |
TimeSpan
Column represents a TimeSpan CS ExtraField. Win client expects to find the stored Int value in minutes in the ColumnData.RawValue!
Declaration
public static readonly string TimeSpan
Field Value
Type | Description |
---|---|
System.String |