Class JsonLocatorMapPlan
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
SourceLocatorMapPlan
Properties
Items
The mapping items.
public List<JsonLocatorMapItem> Items { get; set; }
Property Value
LocatorName
The locator name.
public string LocatorName { get; set; }
Property Value
ReferenceField
The reference field name.
public string ReferenceField { get; set; }