Show / Hide Table of Contents

Class StartDate

The start date of a product

Inheritance
System.Object
StartDate
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 StartDate

Properties

View Source

Date

The start date

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

NumberOfUnits

A list of the number of units that can be chosen on this start date

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

Properties

Extra details about this date

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