Class LocatorContext
Context of a locator resolution operation.
public class LocatorContext
- Inheritance
-
LocatorContext
- Inherited Members
- Extension Methods
Constructors
LocatorContext()
Constructor.
public LocatorContext()
LocatorContext(string)
Constructor.
public LocatorContext(string LocatorName)
Parameters
LocatorNamestring
Properties
LocatorName
Gets or sets the locator name.
public string LocatorName { get; set; }
Property Value
Params
Gets the context parameters.
Use this dictionary for runtime execution hints that are not part of the locator descriptor identity, e.g. a ConnectionName override.
public Dictionary<string, object> Params { get; }