Class SessionObjectRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the session_object table.
Namespace: SuperOffice.CRM.Rows
Assembly: SoDataBase.dll
Syntax
public class SessionObjectRecordData : Object
Remarks
Please use this class instead of a full SessionObjectRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding SessionObjectTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.
Constructors
SessionObjectRecordData()
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the session_object table.
Declaration
public SessionObjectRecordData()
Remarks
Please use this class instead of a full SessionObjectRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding SessionObjectTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.
Fields
CreatedAt
When the object was posted.
Declaration
public DateTime CreatedAt
Field Value
Type | Description |
---|---|
DateTime |
Remarks
Please use this class instead of a full SessionObjectRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding SessionObjectTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.
LoginId
The id of the login session owning this session object
Declaration
public int LoginId
Field Value
Type | Description |
---|---|
Int32 |
Remarks
Please use this class instead of a full SessionObjectRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding SessionObjectTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.
Name
A unique name for the entry
Declaration
public string Name
Field Value
Type | Description |
---|---|
String |
Remarks
Please use this class instead of a full SessionObjectRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding SessionObjectTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.
Part
Part number used to concatinate long values
Declaration
public int Part
Field Value
Type | Description |
---|---|
Int32 |
Remarks
Please use this class instead of a full SessionObjectRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding SessionObjectTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.
SessionObjectId
The primary key (auto-incremented)
Declaration
public int SessionObjectId
Field Value
Type | Description |
---|---|
Int32 |
Remarks
Please use this class instead of a full SessionObjectRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding SessionObjectTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.
SessionValue
The object value
Declaration
public string SessionValue
Field Value
Type | Description |
---|---|
String |
Remarks
Please use this class instead of a full SessionObjectRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding SessionObjectTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.