Show / Hide Table of Contents

Class GetProductDatesRequest

A request to retrieve product offering/start dates

Inheritance
System.Object
GetProductDatesRequest
Implements
IReturn<GetProductDatesResponse>
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.Product
Assembly: EC.ProductsAndPricing.ServiceContract.dll
Syntax
[VersionedRoute(1, VersionedRouteHttpVerb.Get, "product/dates/{SchoolCode}/{ProductCode}")]
[PageableContract(5UL)]
public class GetProductDatesRequest : IReturn<GetProductDatesResponse>

Properties

View Source

ProductCode

The product code to retrieve dates for

Declaration
public string ProductCode { get; set; }
Property Type: System.String
View Source

SchoolCode

The school to retrieve dates for

Declaration
public string SchoolCode { get; set; }
Property Type: System.String
  • View Source
Back to top Copyright © 2017 EC English