C# Class Tp.LegacyProfileConvertsion.Common.PluginProfile

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

Private Properties

Свойство Type Description
OnActiveChanged void
OnActiveChanging void
OnCreated void
OnLoaded void
OnPluginNameChanged void
OnPluginNameChanging void
OnPluginProfileIDChanged void
OnPluginProfileIDChanging void
OnProfileNameChanged void
OnProfileNameChanging void
OnSettingsChanged void
OnSettingsChanging void
OnSyncDateChanged void
OnSyncDateChanging void
OnValidate void
attach_ExternalReferences void
detach_ExternalReferences void

Méthodes publiques

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

Méthodes protégées

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

Private Methods

Méthode Description
OnActiveChanged ( ) : void
OnActiveChanging ( System value ) : void
OnCreated ( ) : void
OnLoaded ( ) : void
OnPluginNameChanged ( ) : void
OnPluginNameChanging ( string value ) : void
OnPluginProfileIDChanged ( ) : void
OnPluginProfileIDChanging ( int value ) : void
OnProfileNameChanged ( ) : void
OnProfileNameChanging ( string value ) : void
OnSettingsChanged ( ) : void
OnSettingsChanging ( string value ) : void
OnSyncDateChanged ( ) : void
OnSyncDateChanging ( System value ) : void
OnValidate ( System action ) : void
attach_ExternalReferences ( ExternalReference entity ) : void
detach_ExternalReferences ( ExternalReference entity ) : void

Method Details

PluginProfile() public méthode

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