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

Inheritance: INotifyPropertyChanging, INotifyPropertyChanged
Afficher le fichier Open project: TargetProcess/Target-Process-Plugins Class Usage Examples

Private Properties

Свойство Type Description
OnCreated void
OnIdChanged void
OnIdChanging void
OnLoaded void
OnNameChanged void
OnNameChanging void
OnValidate void
attach_Accounts void
detach_Accounts void

Méthodes publiques

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

Méthodes protégées

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

Private Methods

Méthode Description
OnCreated ( ) : void
OnIdChanged ( ) : void
OnIdChanging ( int value ) : void
OnLoaded ( ) : void
OnNameChanged ( ) : void
OnNameChanging ( string value ) : void
OnValidate ( System action ) : void
attach_Accounts ( Account entity ) : void
detach_Accounts ( Account entity ) : void

Method Details

Plugin() public méthode

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

SendPropertyChanged() protected méthode

protected SendPropertyChanged ( String propertyName ) : void
propertyName String
Résultat void

SendPropertyChanging() protected méthode

protected SendPropertyChanging ( ) : void
Résultat void