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