C# Class NDG.DataAccessModels.Category

Inheritance: INotifyPropertyChanging, INotifyPropertyChanged
Afficher le fichier Open project: nokiadatagathering/WP7-Official Class Usage Examples

Private Properties

Свойство Type Description
OnCreated void
OnIDChanged void
OnIDChanging void
OnLoaded void
OnNameChanged void
OnNameChanging void
OnSurveyIDChanged void
OnSurveyIDChanging void
OnSystemIDChanged void
OnSystemIDChanging void
OnValidate void
attach_Question void
detach_Question void

Méthodes publiques

Méthode Description
Category ( ) : System

Méthodes protégées

Méthode Description
SendPropertyChanged ( String propertyName ) : void
SendPropertyChanging ( ) : void

Private Methods

Méthode Description
OnCreated ( ) : void
OnIDChanged ( ) : void
OnIDChanging ( int value ) : void
OnLoaded ( ) : void
OnNameChanged ( ) : void
OnNameChanging ( string value ) : void
OnSurveyIDChanged ( ) : void
OnSurveyIDChanging ( int value ) : void
OnSystemIDChanged ( ) : void
OnSystemIDChanging ( string value ) : void
OnValidate ( System action ) : void
attach_Question ( Question entity ) : void
detach_Question ( Question entity ) : void

Method Details

Category() public méthode

public Category ( ) : System
Résultat System

SendPropertyChanged() protected méthode

protected SendPropertyChanged ( String propertyName ) : void
propertyName String
Résultat void

SendPropertyChanging() protected méthode

protected SendPropertyChanging ( ) : void
Résultat void