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