Class LocatorRequest
Request for a locator resolution operation.
public class LocatorRequest
- Inheritance
-
LocatorRequest
- Inherited Members
- Extension Methods
Constructors
LocatorRequest()
Constructor.
public LocatorRequest()
Properties
Context
Gets or sets the locator context.
public LocatorContext Context { get; set; }
Property Value
IsMultiRow
Gets or sets a value indicating whether the request is for a multi-row locator.
public bool IsMultiRow { get; set; }
Property Value
KeyValue
Gets or sets the key value to resolve.
When specified, the locator resolves by exact key and ignores SearchTerm.
public object KeyValue { get; set; }
Property Value
SearchField
Gets or sets the search field.
public string SearchField { get; set; }
Property Value
SearchTerm
Gets or sets the search term.
public string SearchTerm { get; set; }