Show / Hide Table of Contents

Class DBC.ImportObjectFields

Fields for ImportObject, Import object types - see localetext for names.

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

Fields

ExtensionOf

ImportObject.ExtensionOf: Id of parent object this object is an extension of, if any (may be included in keys of parent object)

Declaration
public const string ExtensionOf = "extensionOf"
Field Value
Type Description
string

ImportObjectId

ImportObject.ImportObjectId: Primary key

Declaration
public const string ImportObjectId = "ImportObject_id"
Field Value
Type Description
string

IsBuiltin

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

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

Registered

ImportObject.Registered: Registered when

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

RegisteredAssociateId

ImportObject.RegisteredAssociateId: Registered by whom

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

ShowInGui

ImportObject.ShowInGui: If 1, this object is visible in the object property list in the GUI, otherwise insert anyway

Declaration
public const string ShowInGui = "showInGui"
Field Value
Type Description
string

TableId

ImportObject.TableId: Table id of target table for this object

Declaration
public const string TableId = "tableId"
Field Value
Type Description
string

Tag

ImportObject.Tag: Name of object, not visible to the user

Declaration
public const string Tag = "tag"
Field Value
Type Description
string

Updated

ImportObject.Updated: Last updated when

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

UpdatedAssociateId

ImportObject.UpdatedAssociateId: Last updated by whom

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

UpdatedCount

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