C# Class CTCClassSchedule.Models.ClassScheduleSectionID

Inheritance: SectionID
Afficher le fichier Open project: BellevueCollege/ClassSchedule

Méthodes publiques

Méthode Description
ClassScheduleSectionID ( ISectionID sectionID ) : System.Web.Mvc

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

Méthodes protégées

Méthode 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 méthode

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

ClassScheduleSectionID() protected méthode

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
Résultat System.Web.Mvc