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