Show / Hide Table of Contents

Class DynamicRouteElement

Inheritance
System.Object
DynamicRouteElement
Implements
IRouteElement
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 Source

DynamicRouteElement(PropertyInfo, IRouteValueSerializer)

Declaration
public DynamicRouteElement(PropertyInfo propertyInfo, IRouteValueSerializer routeValueSerializer)
Parameters
Type Name Description
System.Reflection.PropertyInfo propertyInfo
IRouteValueSerializer routeValueSerializer

Properties

View Source

PropertyInfo

Declaration
public PropertyInfo PropertyInfo { get; }
Property Type: System.Reflection.PropertyInfo
View Source

ValueSerializer

Declaration
public IRouteValueSerializer ValueSerializer { get; }
Property Type: IRouteValueSerializer

Methods

View Source

MakeRoute(Object)

Declaration
public string MakeRoute(object o)
Parameters
Type Name Description
System.Object o
Returns
Type Description
System.String
Implements
IRouteElement.MakeRoute(Object)
  • View Source
Back to top Copyright © 2017 EC English