Show / Hide Table of Contents

Class DBC.MeteringLogFields

Fields for MeteringLog, Metering log table

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

Fields

EventType

MeteringLog.EventType: Type of the metering event

Declaration
public const string EventType = "event_type"
Field Value
Type Description
string

MeteringLogId

MeteringLog.MeteringLogId: Primary key

Declaration
public const string MeteringLogId = "metering_log_id"
Field Value
Type Description
string

RecordId

MeteringLog.RecordId: The record within that table

Declaration
public const string RecordId = "record_id"
Field Value
Type Description
string

Registered

MeteringLog.Registered: Registered when

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

RegisteredAssociateId

MeteringLog.RegisteredAssociateId: Registered by whom

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

Status

MeteringLog.Status: Status of the metering event

Declaration
public const string Status = "status"
Field Value
Type Description
string

TableId

MeteringLog.TableId: Which table the event relates to

Declaration
public const string TableId = "table_id"
Field Value
Type Description
string

Updated

MeteringLog.Updated: Last updated when

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

UpdatedAssociateId

MeteringLog.UpdatedAssociateId: Last updated by whom

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

UpdatedCount

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