Class DBC.MeteringLogFields
Fields for MeteringLog, Metering log table
Inherited Members
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 |