C# Class DV_Enterprises.Web.Data.DataAccess.SqlRepository.User

Inheritance: INotifyPropertyChanging, INotifyPropertyChanged
Afficher le fichier Open project: negonicrac/seniorproject2009 Class Usage Examples

Private Properties

Свойство Type Description
OnApplicationIdChanged void
OnApplicationIdChanging void
OnCreated void
OnIsAnonymousChanged void
OnIsAnonymousChanging void
OnLastActivityDateChanged void
OnLastActivityDateChanging void
OnLoaded void
OnLoweredUserNameChanged void
OnLoweredUserNameChanging void
OnMobileAliasChanged void
OnMobileAliasChanging void
OnUserIdChanged void
OnUserIdChanging void
OnUserNameChanged void
OnUserNameChanging void
OnValidate void
attach_GreenhouseUsers void
attach_Presets void
attach_Sections void
detach_GreenhouseUsers void
detach_Presets void
detach_Sections void

Méthodes publiques

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

Méthodes protégées

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

Private Methods

Méthode Description
OnApplicationIdChanged ( ) : void
OnApplicationIdChanging ( System value ) : void
OnCreated ( ) : void
OnIsAnonymousChanged ( ) : void
OnIsAnonymousChanging ( bool value ) : void
OnLastActivityDateChanged ( ) : void
OnLastActivityDateChanging ( System value ) : void
OnLoaded ( ) : void
OnLoweredUserNameChanged ( ) : void
OnLoweredUserNameChanging ( string value ) : void
OnMobileAliasChanged ( ) : void
OnMobileAliasChanging ( string value ) : void
OnUserIdChanged ( ) : void
OnUserIdChanging ( System value ) : void
OnUserNameChanged ( ) : void
OnUserNameChanging ( string value ) : void
OnValidate ( System action ) : void
attach_GreenhouseUsers ( GreenhouseUser entity ) : void
attach_Presets ( Preset entity ) : void
attach_Sections ( Section entity ) : void
detach_GreenhouseUsers ( GreenhouseUser entity ) : void
detach_Presets ( Preset entity ) : void
detach_Sections ( Section 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

User() public méthode

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