C# Class Tp.LegacyProfileConvertsion.Common.ExternalReference

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

Private Properties

Свойство Type Description
OnCreateDateChanged void
OnCreateDateChanging void
OnCreated void
OnEntityTypeIDChanged void
OnEntityTypeIDChanging void
OnExternalIDChanged void
OnExternalIDChanging void
OnExternalReferenceIDChanged void
OnExternalReferenceIDChanging void
OnLoaded void
OnPluginProfileIDChanged void
OnPluginProfileIDChanging void
OnTpIDChanged void
OnTpIDChanging void
OnValidate void

Méthodes publiques

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

Méthodes protégées

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

Private Methods

Méthode Description
OnCreateDateChanged ( ) : void
OnCreateDateChanging ( System value ) : void
OnCreated ( ) : void
OnEntityTypeIDChanged ( ) : void
OnEntityTypeIDChanging ( System value ) : void
OnExternalIDChanged ( ) : void
OnExternalIDChanging ( string value ) : void
OnExternalReferenceIDChanged ( ) : void
OnExternalReferenceIDChanging ( int value ) : void
OnLoaded ( ) : void
OnPluginProfileIDChanged ( ) : void
OnPluginProfileIDChanging ( System value ) : void
OnTpIDChanged ( ) : void
OnTpIDChanging ( int value ) : void
OnValidate ( System action ) : void

Method Details

ExternalReference() public méthode

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