Show / Hide Table of Contents

Class DBC.SMessageblockFields

Fields for SMessageblock, Contains a block of a mailing message, that can be reused in a mailing

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

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
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top