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.Inherited Members
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
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
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
Methods
ToString()
Returns the carrier contents as a formatted string.
Declaration
public override string ToString()
Returns
| Type | Description |
|---|---|
| string | The carrier contents. |
Overrides
See Also
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. |