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 DBC.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