Class LocatorMapItem
A locator mapping item.
public class LocatorMapItem
- Inheritance
-
LocatorMapItem
- Inherited Members
- Extension Methods
Constructors
LocatorMapItem()
Constructor.
public LocatorMapItem()
LocatorMapItem(string, string)
Constructor.
public LocatorMapItem(string SourceField, string TargetField)
Parameters
Properties
SourceField
Gets or sets the source field name.
public string SourceField { get; set; }
Property Value
TargetField
Gets or sets the target field name.
public string TargetField { get; set; }