C# Class FT.Data.Committee

Inheritance: System.Data.Objects.DataClasses.EntityObject
Afficher le fichier Open project: friism/folketsting Class Usage Examples

Private Properties

Свойство Type Description
OnCommitteeIdChanged void
OnCommitteeIdChanging void
OnNameChanged void
OnNameChanging void

Méthodes publiques

Méthode Description
CreateCommittee ( global committeeId ) : Committee

Create a new Committee object.

Private Methods

Méthode Description
OnCommitteeIdChanged ( ) : void
OnCommitteeIdChanging ( global value ) : void
OnNameChanged ( ) : void
OnNameChanging ( global value ) : void

Method Details

CreateCommittee() public static méthode

Create a new Committee object.
public static CreateCommittee ( global committeeId ) : Committee
committeeId global Initial value of the CommitteeId property.
Résultat Committee