Skip to main content

Class RelatedData

Namespace: SuperOffice.WebApi.Data
Assembly: SuperOffice.WebApi.dll
Carrier object for RelatedData. Display data items for one or more related-table fields, specified using a root entity and dot-syntax

Inheritance

objectRelatedData

Inherited Members

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

Constructors

RelatedData()

Default constructor - defaults any enum props to 0.

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

Property Value

string

FieldValue

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

Property Value

ArchiveColumnData

See Also

ArchiveAgent