C# Class IvtLibrary.Discipline

Inheritance: System.Data.Entity.Core.Objects.DataClasses.EntityObject
Afficher le fichier Open project: intervals-mining-lab/ivt-library Class Usage Examples

Private Properties

Свойство Type Description
OnidChanged void
OnidChanging void
OnnameChanged void
OnnameChanging void
OnsemesterChanged void
OnsemesterChanging void

Méthodes publiques

Méthode Description
CreateDiscipline ( global id, global name, global semester ) : Discipline

Create a new Discipline object.

Private Methods

Méthode Description
OnidChanged ( ) : void
OnidChanging ( global value ) : void
OnnameChanged ( ) : void
OnnameChanging ( global value ) : void
OnsemesterChanged ( ) : void
OnsemesterChanging ( global value ) : void

Method Details

CreateDiscipline() public static méthode

Create a new Discipline object.
public static CreateDiscipline ( global id, global name, global semester ) : Discipline
id global Initial value of the id property.
name global Initial value of the name property.
semester global Initial value of the semester property.
Résultat Discipline