C# Class NDG.DataAccessModels.Survey

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

Private Properties

Свойство Type Description
OnCreated void
OnDateReceivedChanged void
OnDateReceivedChanging void
OnIDChanged void
OnIDChanging void
OnIsNewChanged void
OnIsNewChanging void
OnLoaded void
OnNameChanged void
OnNameChanging void
OnSystemIDChanged void
OnSystemIDChanging void
OnUserIDChanged void
OnUserIDChanging void
OnValidate void
attach_Category void
attach_ResponseSet void
detach_Category void
detach_ResponseSet void

Méthodes publiques

Méthode Description
Survey ( ) : System

Méthodes protégées

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

Private Methods

Méthode Description
OnCreated ( ) : void
OnDateReceivedChanged ( ) : void
OnDateReceivedChanging ( System value ) : void
OnIDChanged ( ) : void
OnIDChanging ( int value ) : void
OnIsNewChanged ( ) : void
OnIsNewChanging ( System value ) : void
OnLoaded ( ) : void
OnNameChanged ( ) : void
OnNameChanging ( string value ) : void
OnSystemIDChanged ( ) : void
OnSystemIDChanging ( string value ) : void
OnUserIDChanged ( ) : void
OnUserIDChanging ( int value ) : void
OnValidate ( System action ) : void
attach_Category ( Category entity ) : void
attach_ResponseSet ( ResponseSet entity ) : void
detach_Category ( Category entity ) : void
detach_ResponseSet ( ResponseSet entity ) : void

Method Details

SendPropertyChanged() protected méthode

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

SendPropertyChanging() protected méthode

protected SendPropertyChanging ( ) : void
Résultat void

Survey() public méthode

public Survey ( ) : System
Résultat System