C# Class SLApp_Beta.Application_User

Inheritance: INotifyPropertyChanging, INotifyPropertyChanged
ファイルを表示 Open project: WhitworthUniversity/SLApp Class Usage Examples

Private Properties

Property Type Description
OnBirthdateChanged void
OnBirthdateChanging void
OnCreated void
OnFirstNameChanged void
OnFirstNameChanging void
OnIsAdminChanged void
OnIsAdminChanging void
OnLastNameChanged void
OnLastNameChanging void
OnLoaded void
OnPasswordChanged void
OnPasswordChanging void
OnUsernameChanged void
OnUsernameChanging void
OnValidate void

Public Methods

Method Description
Application_User ( ) : System.Data.Linq

Protected Methods

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

Private Methods

Method Description
OnBirthdateChanged ( ) : void
OnBirthdateChanging ( System value ) : void
OnCreated ( ) : void
OnFirstNameChanged ( ) : void
OnFirstNameChanging ( string value ) : void
OnIsAdminChanged ( ) : void
OnIsAdminChanging ( bool value ) : void
OnLastNameChanged ( ) : void
OnLastNameChanging ( string value ) : void
OnLoaded ( ) : void
OnPasswordChanged ( ) : void
OnPasswordChanging ( string value ) : void
OnUsernameChanged ( ) : void
OnUsernameChanging ( string value ) : void
OnValidate ( System action ) : void

Method Details

Application_User() public method

public Application_User ( ) : System.Data.Linq
return System.Data.Linq

SendPropertyChanged() protected method

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

SendPropertyChanging() protected method

protected SendPropertyChanging ( ) : void
return void