Show / Hide Table of Contents

Class DBC.EntityCountsFields

Fields for EntityCounts, Number of different entities an associate has created for usage statistics

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

Fields

AssociateId

EntityCounts.AssociateId: Associate who created the entity

Declaration
public const string AssociateId = "associate_id"
Field Value
Type Description
string

EntityCountsId

EntityCounts.EntityCountsId: Primary key

Declaration
public const string EntityCountsId = "entitycounts_id"
Field Value
Type Description
string

EntityName

EntityCounts.EntityName: The entity measured by this tile

Declaration
public const string EntityName = "entity_name"
Field Value
Type Description
string

Records

EntityCounts.Records: Number of related entities an associate has created

Declaration
public const string Records = "records"
Field Value
Type Description
string

Registered

EntityCounts.Registered: Registered when

Declaration
public const string Registered = "registered"
Field Value
Type Description
string
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top