Table of Contents

Class JsonLocatorMapPlan

Namespace
Tripous.Data
Assembly
Tripous.Data.dll

JSON contract for a locator mapping plan.

public class JsonLocatorMapPlan
Inheritance
JsonLocatorMapPlan
Inherited Members
Extension Methods

Constructors

JsonLocatorMapPlan()

Constructor.

public JsonLocatorMapPlan()

JsonLocatorMapPlan(LocatorMapPlan)

Constructor.

public JsonLocatorMapPlan(LocatorMapPlan Source)

Parameters

Source LocatorMapPlan

Properties

Items

The mapping items.

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

Property Value

List<JsonLocatorMapItem>

LocatorName

The locator name.

public string LocatorName { get; set; }

Property Value

string

ReferenceField

The reference field name.

public string ReferenceField { get; set; }

Property Value

string