Table of Contents

Class JsonLocatorField

Namespace
Tripous.Data
Assembly
Tripous.Data.dll

JSON contract for a locator field.

public class JsonLocatorField
Inheritance
JsonLocatorField
Inherited Members
Extension Methods

Constructors

JsonLocatorField()

Constructor.

public JsonLocatorField()

JsonLocatorField(LocatorFieldDef)

Constructor.

public JsonLocatorField(LocatorFieldDef Source)

Parameters

Source LocatorFieldDef

Properties

DataType

The field data type as a DataFieldType integer value.

public int DataType { get; set; }

Property Value

int

Name

The field name.

public string Name { get; set; }

Property Value

string