Class DBC.SMessageblockFields
Fields for SMessageblock, Contains a block of a mailing message, that can be reused in a mailing
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class SMessageblockFields : Object
Fields
AssociateId
SMessageblock.AssociateId: The associate that owns this block
Declaration
public const string AssociateId = "associateId"
Field Value
Type | Description |
---|---|
String |
Block
SMessageblock.Block: The block definition. Normally this will be a json structure
Declaration
public const string Block = "block"
Field Value
Type | Description |
---|---|
String |
Registered
SMessageblock.Registered: Registered when
Declaration
public const string Registered = "registered"
Field Value
Type | Description |
---|---|
String |
RegisteredAssociateId
SMessageblock.RegisteredAssociateId: Registered by whom
Declaration
public const string RegisteredAssociateId = "registered_associate_id"
Field Value
Type | Description |
---|---|
String |
SMessageblockId
SMessageblock.SMessageblockId: Primary key
Declaration
public const string SMessageblockId = "s_messageblock_id"
Field Value
Type | Description |
---|---|
String |
Updated
SMessageblock.Updated: Last updated when
Declaration
public const string Updated = "updated"
Field Value
Type | Description |
---|---|
String |
UpdatedAssociateId
SMessageblock.UpdatedAssociateId: Last updated by whom
Declaration
public const string UpdatedAssociateId = "updated_associate_id"
Field Value
Type | Description |
---|---|
String |
UpdatedCount
SMessageblock.UpdatedCount: Number of updates made to this record
Declaration
public const string UpdatedCount = "updatedCount"
Field Value
Type | Description |
---|---|
String |