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

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

Private Properties

Property Type Description
OnAccountIdChanged void
OnAccountIdChanging void
OnCreated void
OnIdChanged void
OnIdChanging void
OnInitializedChanged void
OnInitializedChanging void
OnLoaded void
OnNameChanged void
OnNameChanging void
OnValidate void

Public Methods

Method Description
Profile ( ) : System.Data.Linq

Protected Methods

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

Private Methods

Method Description
OnAccountIdChanged ( ) : void
OnAccountIdChanging ( int value ) : void
OnCreated ( ) : void
OnIdChanged ( ) : void
OnIdChanging ( int value ) : void
OnInitializedChanged ( ) : void
OnInitializedChanging ( bool value ) : void
OnLoaded ( ) : void
OnNameChanged ( ) : void
OnNameChanging ( string value ) : void
OnValidate ( System action ) : void

Method Details

Profile() public method

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