Class JsonLocatorList
JSON contract for a table-specific locator definition list.
public class JsonLocatorList
- Inheritance
-
JsonLocatorList
- Inherited Members
- Extension Methods
Constructors
JsonLocatorList()
Constructor.
public JsonLocatorList()
JsonLocatorList(TableDef)
Constructor.
public JsonLocatorList(TableDef Source)
Parameters
SourceTableDef
Properties
Items
The locator definitions.
public List<JsonLocatorDef> Items { get; set; }