Skip to main content

Class CustomObjectRelation

Namespace: SuperOffice.WebApi.Data
Assembly: SuperOffice.WebApi.dll
Carrier object for CustomObjectRelation. Describes a relation from a Custom Object to another entity.

Inheritance

objectCustomObjectRelation

Inherited Members

object.ToString(), object.Equals(object), object.Equals(object, object), object.ReferenceEquals(object, object), object.GetHashCode(), object.GetType(), object.MemberwiseClone()

Constructors

CustomObjectRelation()

Default constructor - defaults any enum props to 0.

Properties

DisplayField

Database column name of the display field for the related entity.

Property Value

string

EntityName

Database table name of the related entity.

Property Value

string

EntityTitle

User-visible title of the related entity.

Property Value

string

EntityType

Type of the related entity, e.g. ‘contact’, ‘CustomObject’.

Property Value

string

HideFunctions

True if the functions (add/edit/delete) should be hidden for this relation.

Property Value

bool

ProviderName

Archive provider name for listing related rows.

Property Value

string

RelationField

Database column name of the foreign key field.

Property Value

string

See Also

CustomObjectAgent