Show / Hide Table of Contents

Class CourseOfferingProperties

Properties for a course offering

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

Properties

View Source

LessonLengthInMinutes

The lesson length in minutes

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

NumberOfCoreLessonsPerWeek

The number of 'Core' lessons per week

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

NumberOfElectiveLessonsPerWeek

The number of elective lessons per week

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

NumberOfLessonsPerWeek

The total number of lessons per week

Declaration
public int NumberOfLessonsPerWeek { get; set; }
Property Type: System.Int32
  • View Source
Back to top Copyright © 2017 EC English