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

Inheritance: INotifyPropertyChanging, INotifyPropertyChanged
Show file Open project: negonicrac/seniorproject2009 Class Usage Examples

Private Properties

Property 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

Public Methods

Method Description
User ( ) : System.Data.Linq

Protected Methods

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

Private Methods

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

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

SendPropertyChanging() protected method

protected SendPropertyChanging ( ) : void
return void

User() public method

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