Class LocatorFieldDef
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
LocatorDef
The locator definition this field belongs to.
[JsonIgnore]
public LocatorDef LocatorDef { get; set; }