C# Class NDG.DataAccessModels.Server

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

Private Properties

Свойство Type Description
OnAddressChanged void
OnAddressChanging void
OnCreated void
OnIDChanged void
OnIDChanging void
OnLoaded void
OnValidate void
attach_Settings void
attach_User void
detach_Settings void
detach_User void

Méthodes publiques

Méthode Description
Server ( ) : System

Méthodes protégées

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

Private Methods

Méthode Description
OnAddressChanged ( ) : void
OnAddressChanging ( string value ) : void
OnCreated ( ) : void
OnIDChanged ( ) : void
OnIDChanging ( int value ) : void
OnLoaded ( ) : void
OnValidate ( System action ) : void
attach_Settings ( Settings entity ) : void
attach_User ( User entity ) : void
detach_Settings ( Settings entity ) : void
detach_User ( User 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

Server() public méthode

public Server ( ) : System
Résultat System