Class DBC.SessionObjectFields
Fields for SessionObject, Generic session object, accessible from ejscript etc, typically xml or name=value syntax, may be stored over several rows if big
Inherited Members
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class SessionObjectFields
Fields
CreatedAt
SessionObject.CreatedAt: When the object was posted.
Declaration
public const string CreatedAt = "created_at"
Field Value
Type | Description |
---|---|
String |
LoginId
SessionObject.LoginId: The id of the login session owning this session object
Declaration
public const string LoginId = "login_id"
Field Value
Type | Description |
---|---|
String |
Name
SessionObject.Name: A unique name for the entry
Declaration
public const string Name = "name"
Field Value
Type | Description |
---|---|
String |
Part
SessionObject.Part: Part number used to concatinate long values
Declaration
public const string Part = "part"
Field Value
Type | Description |
---|---|
String |
SessionObjectId
SessionObject.SessionObjectId: The primary key (auto-incremented)
Declaration
public const string SessionObjectId = "id"
Field Value
Type | Description |
---|---|
String |
SessionValue
SessionObject.SessionValue: The object value
Declaration
public const string SessionValue = "value"
Field Value
Type | Description |
---|---|
String |