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 IArchiveAgent.Namespace: SuperOffice.CRM.Services
Assembly: SuperOffice.Services.dll
Syntax
public class RelatedData : Object
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
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
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. |
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. |