Show / Hide Table of Contents

Class LimitedProductQueryResult

The result of running a LimitedProductQuery

Inheritance
System.Object
LimitedProductQueryResult
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.ServiceContract.Pricing
Assembly: EC.ProductsAndPricing.ServiceContract.dll
Syntax
public class LimitedProductQueryResult

Properties

View Source

Dates

The dates from the query.

Declaration
public DateRange Dates { get; set; }
Property Type: DateRange
View Source

Results

The results of the query

Declaration
public List<LimitedProductQueryResultItem> Results { get; set; }
Property Type: System.Collections.Generic.List<LimitedProductQueryResultItem>
View Source

SchoolCode

The school code from the query.

Declaration
public string SchoolCode { get; set; }
Property Type: System.String

See Also

PriceAndQueryResponse
  • View Source
Back to top Copyright © 2017 EC English