Show / Hide Table of Contents

Class CalculateProductDatesOrUnitsResponseLine

A response line

Inheritance
System.Object
CalculateProductDatesOrUnitsResponseLine
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
public class CalculateProductDatesOrUnitsResponseLine

Properties

View Source

ClosuresAdded

A list of the closures that were added by the pricing service to this line

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

CorrelationId

The correlation id that was provided in the request

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

DateSpans

A list of the date spans that during which the product will be delivered

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

EndDate

The calculated end date

Declaration
public Date? EndDate { get; set; }
Property Type: System.Nullable<Date>
View Source

Name

The name of the product

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

ProductCode

The code of the product that was provided in the request

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

SchoolCode

The school that was provided in the request

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

StartDate

The start date of the course. This may have been adjusted based on bank holidays etc

Declaration
public Date? StartDate { get; set; }
Property Type: System.Nullable<Date>
View Source

Units

The total units

Declaration
public Units Units { get; set; }
Property Type: Units
  • View Source
Back to top Copyright © 2017 EC English