Show / Hide Table of Contents

Class DBC.LandingPageFields

Fields for LandingPage, Per-associate landing page configuration for a given entity type

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

Fields

AssociateId

LandingPage.AssociateId: The associate this landing page belongs to

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

EntityTableNumber

LandingPage.EntityTableNumber: Table number identifying the entity (type of landing page)

Declaration
public const string EntityTableNumber = "entity_table_number"
Field Value
Type Description
string

LandingPageId

LandingPage.LandingPageId: Primary key

Declaration
public const string LandingPageId = "landing_page_id"
Field Value
Type Description
string

Registered

LandingPage.Registered: Registered when

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

RegisteredAssociateId

LandingPage.RegisteredAssociateId: Registered by whom

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

SelectionId

LandingPage.SelectionId: The selection to show on the landing page

Declaration
public const string SelectionId = "selection_id"
Field Value
Type Description
string

Updated

LandingPage.Updated: Last updated when

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

UpdatedAssociateId

LandingPage.UpdatedAssociateId: Last updated by whom

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

UpdatedCount

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