C# Class CTCClassSchedule.Models.CourseMeta

Inheritance: System.Data.Objects.DataClasses.EntityObject
Mostra file Open project: BellevueCollege/ClassSchedule Class Usage Examples

Private Properties

Property Type Description
OnCourseIDChanged void
OnCourseIDChanging void
OnFootnoteChanged void
OnFootnoteChanging void
OnLastUpdatedByChanged void
OnLastUpdatedByChanging void
OnLastUpdatedChanged void
OnLastUpdatedChanging void

Public Methods

Method Description
CreateCourseMeta ( global courseID ) : CourseMeta

Create a new CourseMeta object.

Private Methods

Method Description
OnCourseIDChanged ( ) : void
OnCourseIDChanging ( global value ) : void
OnFootnoteChanged ( ) : void
OnFootnoteChanging ( global value ) : void
OnLastUpdatedByChanged ( ) : void
OnLastUpdatedByChanging ( global value ) : void
OnLastUpdatedChanged ( ) : void
OnLastUpdatedChanging ( Nullable value ) : void

Method Details

CreateCourseMeta() public static method

Create a new CourseMeta object.
public static CreateCourseMeta ( global courseID ) : CourseMeta
courseID global Initial value of the CourseID property.
return CourseMeta