Class QueryStringElement
Inheritance
System.Object
QueryStringElement
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 QueryStringElement : IQueryStringElement
Constructors
View SourceQueryStringElement(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 SourceName
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 SourceWrite(Object, StringBuilder)
Declaration
public void Write(object o, StringBuilder builder)
Parameters
Type | Name | Description |
---|---|---|
System.Object | o | |
System.Text.StringBuilder | builder |