C# Class NDG.DataAccessModels.Server

Inheritance: INotifyPropertyChanging, INotifyPropertyChanged
Show file Open project: nokiadatagathering/WP7-Official Class Usage Examples

Private Properties

Property 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

Public Methods

Method Description
Server ( ) : System

Protected Methods

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

Private Methods

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

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

SendPropertyChanging() protected method

protected SendPropertyChanging ( ) : void
return void

Server() public method

public Server ( ) : System
return System