Show / Hide Table of Contents

Class DBC.ImportRelationFields

Fields for ImportRelation, Relations between import objects

Inheritance
Object
DBC.ImportRelationFields
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 ImportRelationFields

Fields

EdgeColour

ImportRelation.EdgeColour: 1=Red, 2=Black

Declaration
public const string EdgeColour = "edgeColour"
Field Value
Type Description
String

ForcePrimary

ImportRelation.ForcePrimary: 1=Forces creation of primary object as soon as dependent is created

Declaration
public const string ForcePrimary = "forcePrimary"
Field Value
Type Description
String

ForeignKey

ImportRelation.ForeignKey: The database field ID of the foreign key field in the dependent table. NOTE If it is 0, it means this relation should NOT lead to an edge in the graph.

Declaration
public const string ForeignKey = "foreignKey"
Field Value
Type Description
String

ImportRelationId

ImportRelation.ImportRelationId: Primary key

Declaration
public const string ImportRelationId = "ImportRelation_id"
Field Value
Type Description
String

IsBuiltin

ImportRelation.IsBuiltin: 1 = This row populated and maintained by SuperOffice

Declaration
public const string IsBuiltin = "isBuiltin"
Field Value
Type Description
String

Registered

ImportRelation.Registered: Registered when

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

RegisteredAssociateId

ImportRelation.RegisteredAssociateId: Registered by whom

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

Source

ImportRelation.Source: The dependent object (source of relation edge)

Declaration
public const string Source = "source"
Field Value
Type Description
String

Target

ImportRelation.Target: The primary object (target of relation edge)

Declaration
public const string Target = "target"
Field Value
Type Description
String

Updated

ImportRelation.Updated: Last updated when

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

UpdatedAssociateId

ImportRelation.UpdatedAssociateId: Last updated by whom

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

UpdatedCount

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