Table of Contents

Class JsonLocatorList

Namespace
Tripous.Data
Assembly
Tripous.Data.dll

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

Source TableDef

Properties

Items

The locator definitions.

public List<JsonLocatorDef> Items { get; set; }

Property Value

List<JsonLocatorDef>