Show / Hide Table of Contents

Class QueryStringElement

Inheritance
System.Object
QueryStringElement
Implements
IQueryStringElement
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 QueryStringElement : IQueryStringElement

Constructors

View Source

QueryStringElement(String, PropertyInfo, IRouteValueSerializer)

Declaration
public QueryStringElement(string name, PropertyInfo propertyInfo, IRouteValueSerializer valueSerializer)
Parameters
Type Name Description
System.String name
System.Reflection.PropertyInfo propertyInfo
IRouteValueSerializer valueSerializer

Properties

View Source

Name

Declaration
public string Name { get; }
Property Type: System.String
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

Write(Object, StringBuilder)

Declaration
public void Write(object o, StringBuilder builder)
Parameters
Type Name Description
System.Object o
System.Text.StringBuilder builder
Implements
IQueryStringElement.Write(Object, StringBuilder)
  • View Source
Back to top Copyright © 2017 EC English