Class RouteResolutionResult
Inheritance
System.Object
RouteResolutionResult
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: EC.ProductsAndPricing.Client
Assembly: EC.ProductsAndPricing.Client.dll
Syntax
public class RouteResolutionResult
Properties
View SourceFailReason
Declaration
public object FailReason { get; set; }
Property Type:
System.Object
View Source
Matches
Declaration
public bool Matches { get; set; }
Property Type:
System.Boolean
View Source
Uri
Declaration
public string Uri { get; set; }
Property Type:
System.String