C# Class NDG.DataAccessModels.Survey

Inheritance: INotifyPropertyChanging, INotifyPropertyChanged
Datei anzeigen Open project: nokiadatagathering/WP7-Official Class Usage Examples

Private Properties

Property 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

Public Methods

Method Description
Survey ( ) : System

Protected Methods

Method Description
SendPropertyChanged ( String propertyName ) : void
SendPropertyChanging ( ) : void

Private Methods

Method 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 method

protected SendPropertyChanged ( String propertyName ) : void
propertyName String
return void

SendPropertyChanging() protected method

protected SendPropertyChanging ( ) : void
return void

Survey() public method

public Survey ( ) : System
return System