Class LocatorMapPlan
A locator mapping plan.
public class LocatorMapPlan
- Inheritance
-
LocatorMapPlan
- Inherited Members
- Extension Methods
Constructors
LocatorMapPlan()
Constructor.
public LocatorMapPlan()
Properties
Items
Gets the mapping items.
public List<LocatorMapItem> Items { get; }
Property Value
LocatorName
Gets or sets the locator name.
public string LocatorName { get; set; }
Property Value
ReferenceField
Gets or sets the reference field name.
public string ReferenceField { get; set; }
Property Value
Methods
Add(string, string)
Adds a mapping item.
public LocatorMapItem Add(string SourceField, string TargetField)