Show / Hide Table of Contents

Class CustomObjectRelation

Describes a relation from a Custom Object to another entity.

Carrier object for CustomObjectRelation. Services for the CustomObjectRelation Carrier is available from the CustomObject Agent.
Inheritance
object
CustomObjectRelation
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: SuperOffice.CRM.Services
Assembly: SuperOffice.Services.dll
Syntax
[DataContract(Namespace = "http://www.superoffice.net/ws/crm/NetServer/12.2.0.0")]
public class CustomObjectRelation

Constructors

CustomObjectRelation()

Default constructor

Declaration
public CustomObjectRelation()
See Also
ICustomObjectAgent

Properties

DisplayField

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

Declaration
[DataMember]
public virtual string DisplayField { get; set; }
Property Value
Type Description
string
See Also
ICustomObjectAgent

EntityName

Database table name of the related entity.

Declaration
[DataMember]
public virtual string EntityName { get; set; }
Property Value
Type Description
string
See Also
ICustomObjectAgent

EntityTitle

User-visible title of the related entity.

Declaration
[DataMember]
public virtual string EntityTitle { get; set; }
Property Value
Type Description
string
See Also
ICustomObjectAgent

EntityType

Type of the related entity, e.g. 'contact', 'CustomObject'.

Declaration
[DataMember]
public virtual string EntityType { get; set; }
Property Value
Type Description
string
See Also
ICustomObjectAgent

HideFunctions

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

Declaration
[DataMember]
public virtual bool HideFunctions { get; set; }
Property Value
Type Description
bool
See Also
ICustomObjectAgent

ProviderName

Archive provider name for listing related rows.

Declaration
[DataMember]
public virtual string ProviderName { get; set; }
Property Value
Type Description
string
See Also
ICustomObjectAgent

RelationField

Database column name of the foreign key field.

Declaration
[DataMember]
public virtual string RelationField { get; set; }
Property Value
Type Description
string
See Also
ICustomObjectAgent

Methods

ToString()

Returns the carrier contents as a formatted string.

Declaration
public override string ToString()
Returns
Type Description
string

The carrier contents.

Overrides
object.ToString()
See Also
ICustomObjectAgent

ToString(string)

Returns the carrier contents as a formatted string, useful for debugging. Each line in the output is prefixed with the input value.

Declaration
public string ToString(string prefix)
Parameters
Type Name Description
string prefix

The line prefix (typically used for indenting)

Returns
Type Description
string

The carrier contents.

See Also
ICustomObjectAgent

See Also

ICustomObjectAgent
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top