Table of Contents

Class LocatorFieldDef

Namespace
Tripous.Data
Assembly
Tripous.Data.dll

Describes a field that participates in a LocatorDef.

public class LocatorFieldDef : BaseDef, IDef, IJsonLoadable, INotifyPropertyChanged
Inheritance
LocatorFieldDef
Implements
Inherited Members
Extension Methods

Constructors

LocatorFieldDef()

Constructor.

public LocatorFieldDef()

Properties

DataType

The data type of the field.

public DataFieldType DataType { get; set; }

Property Value

DataFieldType

LocatorDef

The locator definition this field belongs to.

[JsonIgnore]
public LocatorDef LocatorDef { get; set; }

Property Value

LocatorDef