C# Class Tp.Integration.Plugin.Common.Storage.Persisters.Account

Inheritance: INotifyPropertyChanging, INotifyPropertyChanged
Show file Open project: TargetProcess/Target-Process-Plugins Class Usage Examples

Private Properties

Property Type Description
OnCreated void
OnIdChanged void
OnIdChanging void
OnLoaded void
OnNameChanged void
OnNameChanging void
OnPluginIdChanged void
OnPluginIdChanging void
OnValidate void
attach_Profiles void
detach_Profiles void

Public Methods

Method Description
Account ( ) : System.Data.Linq

Protected Methods

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

Private Methods

Method Description
OnCreated ( ) : void
OnIdChanged ( ) : void
OnIdChanging ( int value ) : void
OnLoaded ( ) : void
OnNameChanged ( ) : void
OnNameChanging ( string value ) : void
OnPluginIdChanged ( ) : void
OnPluginIdChanging ( int value ) : void
OnValidate ( System action ) : void
attach_Profiles ( Profile entity ) : void
detach_Profiles ( Profile entity ) : void

Method Details

Account() public method

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