Property | Type | Description | |
---|---|---|---|
OnidChanged | void | ||
OnidChanging | void | ||
OnnameChanged | void | ||
OnnameChanging | void | ||
OnsemesterChanged | void | ||
OnsemesterChanging | void |
Method | Description | |
---|---|---|
CreateDiscipline ( global id, global name, global semester ) : |
Create a new Discipline object.
|
Method | Description | |
---|---|---|
OnidChanged ( ) : void | ||
OnidChanging ( global value ) : void | ||
OnnameChanged ( ) : void | ||
OnnameChanging ( global value ) : void | ||
OnsemesterChanged ( ) : void | ||
OnsemesterChanging ( global value ) : void |
public static CreateDiscipline ( global id, global name, global semester ) : |
||
id | global | Initial value of the id property. |
name | global | Initial value of the name property. |
semester | global | Initial value of the semester property. |
return |