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