Show / Hide Table of Contents

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

Inheritance
Object
DBC.SessionObjectFields
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
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
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top