Table of Contents

Class LocatorMapPlan

Namespace
Tripous.Data
Assembly
Tripous.Data.dll

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

List<LocatorMapItem>

LocatorName

Gets or sets the locator name.

public string LocatorName { get; set; }

Property Value

string

ReferenceField

Gets or sets the reference field name.

public string ReferenceField { get; set; }

Property Value

string

Methods

Add(string, string)

Adds a mapping item.

public LocatorMapItem Add(string SourceField, string TargetField)

Parameters

SourceField string
TargetField string

Returns

LocatorMapItem