Show / Hide Table of Contents

Class SchoolClosureDetails

Details about school closures.

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

Properties

View Source

ClosureDays

Individual days on which the school is closed (e.g. bank holidays).

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

ClosurePeriods

Periods of time during which the shchool is closed (e.g. christmas week).

Declaration
public List<DateRange> ClosurePeriods { get; set; }
Property Type: System.Collections.Generic.List<DateRange>
  • View Source
Back to top Copyright © 2017 EC English