Show / Hide Table of Contents

Class DBC.ForeignAppFields

Fields for ForeignApp, Top level of Foreign Key system

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

Fields

ForeignappId

ForeignApp.ForeignappId: Primary key

Declaration
public const string ForeignappId = "foreignapp_id"
Field Value
Type Description
string

Name

ForeignApp.Name: Name of foreign application

Declaration
public const string Name = "name"
Field Value
Type Description
string

Registered

ForeignApp.Registered: Registered when

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

RegisteredAssociateId

ForeignApp.RegisteredAssociateId: Registered by whom

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

Updated

ForeignApp.Updated: Last updated when

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

UpdatedAssociateId

ForeignApp.UpdatedAssociateId: Last updated by whom

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

UpdatedCount

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