C# Class CTCClassSchedule.Models.ClassScheduleSectionID

Inheritance: SectionID
Datei anzeigen Open project: BellevueCollege/ClassSchedule

Public Methods

Method Description
ClassScheduleSectionID ( ISectionID sectionID ) : System.Web.Mvc

Creates a new T:Ctc.Ods.Types.SectionID from an item # and YRQ

Protected Methods

Method Description
ClassScheduleSectionID ( string itemNumber, string yrq ) : System.Web.Mvc

Creates a new T:Ctc.Ods.Types.SectionID from an item # and YRQ

Method Details

ClassScheduleSectionID() public method

Creates a new T:Ctc.Ods.Types.SectionID from an item # and YRQ
public ClassScheduleSectionID ( ISectionID sectionID ) : System.Web.Mvc
sectionID ISectionID
return System.Web.Mvc

ClassScheduleSectionID() protected method

Creates a new T:Ctc.Ods.Types.SectionID from an item # and YRQ
protected ClassScheduleSectionID ( string itemNumber, string yrq ) : System.Web.Mvc
itemNumber string
yrq string
return System.Web.Mvc