The following tables list the members exposed by ClarifySessionData.
Name | Description | |
---|---|---|
ConfigItems | Collection of CRM session configuration items. (Inherited from FChoice.Foundation.FCSessionData) | |
ConvertTimeZone | Session option: Gets whether or not any DateTimes will be translated to and from ServerTimeZone and LocalTimeZone. Default value is false. (Inherited from FChoice.Foundation.FCSessionData) | |
CreationTime | Timestamp when the session was created. (Inherited from FChoice.Foundation.FCSessionData) | |
CurrentCulture | The Culture being used by the session. (Inherited from FChoice.Foundation.FCSessionData) | |
CurResGroup | The restriction group being used by the session. (Inherited from FChoice.Foundation.FCSessionData) | |
DefaultDistinctGenerics | Session option which makes Generics have IsDistinct enable by default. (Inherited from FChoice.Foundation.FCSessionData) | |
DisableDataConversion | Session option which disables data conversions when values are set for GenericDataRow fields. (Inherited from FChoice.Foundation.FCSessionData) | |
DisableRestrictions | Returns whether or not the DataRestrictions feature is enabled or disabled. (Inherited from FChoice.Foundation.FCSessionData) | |
EmptyNullStrings | Session option that cues Generics to make Null fields be empty strings. Specifically for Oracle. (Inherited from FChoice.Foundation.FCSessionData) | |
IncludeRelations | Session option that cues Generics to include all relation data fields during Queries (Inherited from FChoice.Foundation.FCSessionData) | |
IsDirty | (Inherited from FChoice.Foundation.FCSessionData) | |
LastLoadTime | Timestamp when the session was last loaded via GetSession (Inherited from FChoice.Foundation.FCSessionData) | |
LocalTimeZone | The TimeZone being used by the session. (Inherited from FChoice.Foundation.FCSessionData) | |
LoginTime | (Inherited from FChoice.Foundation.FCSessionData) | |
LoginType | User login type (Inherited from FChoice.Foundation.FCSessionData) | |
MaximumRows | (Inherited from FChoice.Foundation.FCSessionData) | |
NewSession | (Inherited from FChoice.Foundation.FCSessionData) | |
PasswordRequired | Session option denoting whether a password was used to create a session. (Inherited from FChoice.Foundation.FCSessionData) | |
Permissions | (Inherited from FChoice.Foundation.FCSessionData) | |
PrivatePassword | ||
QueryEmptyToNull | Session option that cues Generics to convert filters on empty strings into filters on Queries that check Is NULL or IS NOT NULL. (Inherited from FChoice.Foundation.FCSessionData) | |
SessionData | CRM configurable session data populates this property during CreateSession (Inherited from FChoice.Foundation.FCSessionData) | |
SessionID | A session's unique identifier. (Inherited from FChoice.Foundation.FCSessionData) | |
TruncateStringFields | Session option that cues Generics to truncate strings that exceed database field lengths when assigned to a GenericDataRow (Inherited from FChoice.Foundation.FCSessionData) | |
UserID | UniqueID of the user that created the Session. (Inherited from FChoice.Foundation.FCSessionData) | |
UserName | Name of the user that created the Session. (Inherited from FChoice.Foundation.FCSessionData) |