Show / Hide Table of Contents

Class DBC.BinaryObjectLinkFields

Fields for BinaryObjectLink, Link table, connects a BinaryObject with one or more owners

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

Fields

BinaryObjectId

BinaryObjectLink.BinaryObjectId: The binary object we link to

Declaration
public const string BinaryObjectId = "binaryObjectId"
Field Value
Type Description
String

BinaryObjectLinkId

BinaryObjectLink.BinaryObjectLinkId: Primary key

Declaration
public const string BinaryObjectLinkId = "BinaryObjectLink_id"
Field Value
Type Description
String

LinkComment

BinaryObjectLink.LinkComment: Link comment, optional

Declaration
public const string LinkComment = "linkComment"
Field Value
Type Description
String

LinkType

BinaryObjectLink.LinkType: The link type

Declaration
public const string LinkType = "linkType"
Field Value
Type Description
String

OwnerRecord

BinaryObjectLink.OwnerRecord: The owner record

Declaration
public const string OwnerRecord = "ownerRecord"
Field Value
Type Description
String

OwnerTable

BinaryObjectLink.OwnerTable: The owner table

Declaration
public const string OwnerTable = "ownerTable"
Field Value
Type Description
String

Rank

BinaryObjectLink.Rank: Link rank, in case there are more of one type to one owner

Declaration
public const string Rank = "rank"
Field Value
Type Description
String

Registered

BinaryObjectLink.Registered: Registered when

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

RegisteredAssociateId

BinaryObjectLink.RegisteredAssociateId: Registered by whom

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

Updated

BinaryObjectLink.Updated: Last updated when

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

UpdatedAssociateId

BinaryObjectLink.UpdatedAssociateId: Last updated by whom

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

UpdatedCount

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