C# Class SLApp_Beta.Application_User

Inheritance: INotifyPropertyChanging, INotifyPropertyChanged
Afficher le fichier Open project: WhitworthUniversity/SLApp Class Usage Examples

Private Properties

Свойство 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

Méthodes publiques

Méthode Description
Application_User ( ) : System.Data.Linq

Méthodes protégées

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

Private Methods

Méthode 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 méthode

public Application_User ( ) : System.Data.Linq
Résultat System.Data.Linq

SendPropertyChanged() protected méthode

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

SendPropertyChanging() protected méthode

protected SendPropertyChanging ( ) : void
Résultat void