Class DynamicRouteElement
Inheritance
System.Object
DynamicRouteElement
Implements
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 DynamicRouteElement : IRouteElement
Constructors
View SourceDynamicRouteElement(PropertyInfo, IRouteValueSerializer)
Declaration
public DynamicRouteElement(PropertyInfo propertyInfo, IRouteValueSerializer routeValueSerializer)
Parameters
Type | Name | Description |
---|---|---|
System.Reflection.PropertyInfo | propertyInfo | |
IRouteValueSerializer | routeValueSerializer |
Properties
View SourcePropertyInfo
Declaration
public PropertyInfo PropertyInfo { get; }
Property Type:
System.Reflection.PropertyInfo
View Source
ValueSerializer
Declaration
public IRouteValueSerializer ValueSerializer { get; }
Property Type:
IRouteValueSerializer
Methods
View SourceMakeRoute(Object)
Declaration
public string MakeRoute(object o)
Parameters
Type | Name | Description |
---|---|---|
System.Object | o |
Returns
Type | Description |
---|---|
System.String |