Skip to main content

Class FieldInfoRelation

Namespace: SuperOffice.WebApi.Data
Assembly: SuperOffice.WebApi.dll
Carrier object for FieldInfoRelation. Relation to other table database field.

Inheritance

objectFieldInfoBaseFieldInfoRelation

Inherited Members

FieldInfoBase.FieldType_String, FieldInfoBase.FieldType, FieldInfoBase.FieldName, FieldInfoBase.DisplayName, FieldInfoBase.Description, FieldInfoBase.ShortLabel, FieldInfoBase.HideLabel, FieldInfoBase.HideField, FieldInfoBase.IsIndexed, FieldInfoBase.IsMandatory, FieldInfoBase.IsReadOnly, FieldInfoBase.IsExternal, FieldInfoBase.IsDisplayField, FieldInfoBase.Rank, FieldInfoBase.TemplateVariableName, object.ToString(), object.Equals(object), object.Equals(object, object), object.ReferenceEquals(object, object), object.GetHashCode(), object.GetType(), object.MemberwiseClone()

Constructors

FieldInfoRelation()

Default constructor - defaults any enum props to 0.

Properties

DefaultValue

Default record id.

Property Value

int

MdoListName

MDO list name used to populate this list. (Read-only - derived from TargetTable)

Property Value

string

TargetLabel

Display name on target entity.

Property Value

string

TargetTable

Name of target table: ‘contact’, ‘y_equipment’

Property Value

string

UseDropDown

Show as dropdown list on target?

Property Value

bool

See Also

UserDefinedFieldInfoAgent