Show / Hide Table of Contents

Class GetProductOfferingsResponse

A list of product offerings returned in response to GetProductOfferingsRequest

Inheritance
System.Object
PagedResult<GetProductOfferingsResponse, ProductOffering>
GetProductOfferingsResponse
Implements
IPagedResult
Inherited Members
PagedResult<GetProductOfferingsResponse, ProductOffering>.NextPage
PagedResult<GetProductOfferingsResponse, ProductOffering>.Results
PagedResult<GetProductOfferingsResponse, ProductOffering>.NextPageId
PagedResult<GetProductOfferingsResponse, ProductOffering>.IPagedResult.NextPage
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
public class GetProductOfferingsResponse : PagedResult<GetProductOfferingsResponse, ProductOffering>, IPagedResult

Properties

View Source

OfferingDates

The offering dates of the offerings. Will be empty unless IncludeDates is true.

Declaration
[Obsolete]
public Dictionary<string, IList<OfferingDate>> OfferingDates { get; set; }
Property Type: System.Collections.Generic.Dictionary<System.String, System.Collections.Generic.IList<OfferingDate>>
View Source

StartDates

The start dates of the offerings. Will be empty unless IncludeDates is true.

Declaration
[Obsolete]
public Dictionary<string, IList<StartDate>> StartDates { get; set; }
Property Type: System.Collections.Generic.Dictionary<System.String, System.Collections.Generic.IList<StartDate>>
  • View Source
Back to top Copyright © 2017 EC English