Show / Hide Table of Contents

Class DBC.SaintConfigurationFields

Fields for SaintConfiguration, Configuration information for the Saint system

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

Fields

Enabled

SaintConfiguration.Enabled: On/off switch for Saint functionality for this entity

Declaration
public const string Enabled = "enabled"
Field Value
Type Description
string

GenerationEnd

SaintConfiguration.GenerationEnd: When was the last regeneration finished

Declaration
public const string GenerationEnd = "generationEnd"
Field Value
Type Description
string

GenerationStart

SaintConfiguration.GenerationStart: When was the last regeneration started

Declaration
public const string GenerationStart = "generationStart"
Field Value
Type Description
string

OwnerTable

SaintConfiguration.OwnerTable: The table that is the owning entity

Declaration
public const string OwnerTable = "ownerTable"
Field Value
Type Description
string

Period1

SaintConfiguration.Period1: Length of the first counter period

Declaration
public const string Period1 = "Period1"
Field Value
Type Description
string

Period2

SaintConfiguration.Period2: Length of the second counter period

Declaration
public const string Period2 = "Period2"
Field Value
Type Description
string

Period3

SaintConfiguration.Period3: Length of the third counter period

Declaration
public const string Period3 = "Period3"
Field Value
Type Description
string

Registered

SaintConfiguration.Registered: Registered when

Declaration
public const string Registered = "registered"
Field Value
Type Description
string

RegisteredAssociateId

SaintConfiguration.RegisteredAssociateId: Registered by whom

Declaration
public const string RegisteredAssociateId = "registered_associate_id"
Field Value
Type Description
string

RowsGenerated

SaintConfiguration.RowsGenerated: Number of CounterValue rows generated for this entity

Declaration
public const string RowsGenerated = "rowsGenerated"
Field Value
Type Description
string

SaintConfigurationId

SaintConfiguration.SaintConfigurationId: Primary key

Declaration
public const string SaintConfigurationId = "saintconfiguration_id"
Field Value
Type Description
string

Updated

SaintConfiguration.Updated: Last updated when

Declaration
public const string Updated = "updated"
Field Value
Type Description
string

UpdatedAssociateId

SaintConfiguration.UpdatedAssociateId: Last updated by whom

Declaration
public const string UpdatedAssociateId = "updated_associate_id"
Field Value
Type Description
string

UpdatedCount

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