C# Class Quilt4.Service.SqlRepository.ApplicationUser

Inheritance: INotifyPropertyChanging, INotifyPropertyChanged
Show file Open project: Quilt4/Quilt4.Service Class Usage Examples

Private Properties

Property Type Description
OnApplicationUserIdChanged void
OnApplicationUserIdChanging void
OnApplicationUserKeyChanged void
OnApplicationUserKeyChanging void
OnCreated void
OnCreationServerTimeChanged void
OnCreationServerTimeChanging void
OnFingerprintChanged void
OnFingerprintChanging void
OnLoaded void
OnProjectIdChanged void
OnProjectIdChanging void
OnUserNameChanged void
OnUserNameChanging void
OnValidate void
attach_Sessions void
detach_Sessions void

Public Methods

Method Description
ApplicationUser ( ) : System.Data.Linq

Protected Methods

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

Private Methods

Method Description
OnApplicationUserIdChanged ( ) : void
OnApplicationUserIdChanging ( int value ) : void
OnApplicationUserKeyChanged ( ) : void
OnApplicationUserKeyChanging ( System value ) : void
OnCreated ( ) : void
OnCreationServerTimeChanged ( ) : void
OnCreationServerTimeChanging ( System value ) : void
OnFingerprintChanged ( ) : void
OnFingerprintChanging ( string value ) : void
OnLoaded ( ) : void
OnProjectIdChanged ( ) : void
OnProjectIdChanging ( int value ) : void
OnUserNameChanged ( ) : void
OnUserNameChanging ( string value ) : void
OnValidate ( System action ) : void
attach_Sessions ( Session entity ) : void
detach_Sessions ( Session entity ) : void

Method Details

ApplicationUser() public method

public ApplicationUser ( ) : 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