Show / Hide Table of Contents

Class School

A school

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

Properties

View Source

AddressLines

Address lines

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

Centre

The centre that the school is part of.

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

Closures

Details of dates in which the school is clsoed.

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

Code

A unique code for a school

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

Country

Country in which the school resides.

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

Currency

Currency used for payments to the school.

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

Division

The Division

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

FinanceCode

The finance code for the school

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

MinimumAge

The minimum age in years a student must be in order to attend the school.

Declaration
public int MinimumAge { get; set; }
Property Type: System.Int32
View Source

MinimumStayInWeeks

The minimum number of weeks a student may study at the school.

Declaration
public int MinimumStayInWeeks { get; set; }
Property Type: System.Int32
View Source

Name

The name of the school

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