Show / Hide Table of Contents

Class DBC.TempDbLockFields

Fields for TempDbLock, Represents a temporary lock on a resource identified by table_id and key

Inheritance
object
DBC.TempDbLockFields
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.TempDbLockFields

Fields

Key

TempDbLock.Key: The key/id of the locked resource

Declaration
public const string Key = "key"
Field Value
Type Description
string

Registered

TempDbLock.Registered: Registered when

Declaration
public const string Registered = "registered"
Field Value
Type Description
string

RegisteredAssociateId

TempDbLock.RegisteredAssociateId: Registered by whom

Declaration
public const string RegisteredAssociateId = "registered_associate_id"
Field Value
Type Description
string

TableNumber

TempDbLock.TableNumber: The table number (or domain) of the locked resource

Declaration
public const string TableNumber = "table_number"
Field Value
Type Description
string

TempDbLockId

TempDbLock.TempDbLockId: Primary key

Declaration
public const string TempDbLockId = "temp_db_lock_id"
Field Value
Type Description
string

TimeoutAt

TempDbLock.TimeoutAt: When this lock times out. Refreshing this while working is a good idea.

Declaration
public const string TimeoutAt = "timeout_at"
Field Value
Type Description
string

Updated

TempDbLock.Updated: Last updated when

Declaration
public const string Updated = "updated"
Field Value
Type Description
string

UpdatedAssociateId

TempDbLock.UpdatedAssociateId: Last updated by whom

Declaration
public const string UpdatedAssociateId = "updated_associate_id"
Field Value
Type Description
string

UpdatedCount

TempDbLock.UpdatedCount: Number of updates made to this record

Declaration
public const string UpdatedCount = "updatedCount"
Field Value
Type Description
string
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top