C# Class CTCClassSchedule.Models.SectionsMeta

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

Private Properties

Property Type Description
OnClassIDChanged void
OnClassIDChanging void
OnDescriptionChanged void
OnDescriptionChanging void
OnFootnoteChanged void
OnFootnoteChanging void
OnLastUpdatedByChanged void
OnLastUpdatedByChanging void
OnLastUpdatedChanged void
OnLastUpdatedChanging void
OnTitleChanged void
OnTitleChanging void

Public Methods

Method Description
CreateSectionsMeta ( global classID ) : SectionsMeta

Create a new SectionsMeta object.

Private Methods

Method Description
OnClassIDChanged ( ) : void
OnClassIDChanging ( global value ) : void
OnDescriptionChanged ( ) : void
OnDescriptionChanging ( global value ) : void
OnFootnoteChanged ( ) : void
OnFootnoteChanging ( global value ) : void
OnLastUpdatedByChanged ( ) : void
OnLastUpdatedByChanging ( global value ) : void
OnLastUpdatedChanged ( ) : void
OnLastUpdatedChanging ( Nullable value ) : void
OnTitleChanged ( ) : void
OnTitleChanging ( global value ) : void

Method Details

CreateSectionsMeta() public static method

Create a new SectionsMeta object.
public static CreateSectionsMeta ( global classID ) : SectionsMeta
classID global Initial value of the ClassID property.
return SectionsMeta