Show / Hide Table of Contents

Class RelatedData

Display data items for one or more related-table fields, specified using a root entity and dot-syntax

Carrier object for RelatedData. Services for the RelatedData Carrier is available from the Archive Agent.
Inheritance
object
RelatedData
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/11.6.0.0")]
public class RelatedData

Constructors

RelatedData()

Default constructor

Declaration
public RelatedData()
See Also
IArchiveAgent

Properties

Field

The name of a 'related field'. This must be a valid column name in the DotSyntax/Dynamic system, implicitly starting with the given root table

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

FieldValue

The value for the Field, expressed as an archive column data cell

Declaration
[DataMember]
public virtual ArchiveColumnData FieldValue { get; set; }
Property Value
Type Description
ArchiveColumnData
See Also
IArchiveAgent

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
IArchiveAgent

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
IArchiveAgent

See Also

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