C# Class FaultData.Database.MeterFileGroup

Inheritance: INotifyPropertyChanging, INotifyPropertyChanged
Afficher le fichier Open project: GridProtectionAlliance/openXDA Class Usage Examples

Private Properties

Свойство Type Description
OnCreated void
OnFileGroupIDChanged void
OnFileGroupIDChanging void
OnIDChanged void
OnIDChanging void
OnLoaded void
OnMeterIDChanged void
OnMeterIDChanging void
OnValidate void

Méthodes publiques

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

Méthodes protégées

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

Private Methods

Méthode Description
OnCreated ( ) : void
OnFileGroupIDChanged ( ) : void
OnFileGroupIDChanging ( int value ) : void
OnIDChanged ( ) : void
OnIDChanging ( int value ) : void
OnLoaded ( ) : void
OnMeterIDChanged ( ) : void
OnMeterIDChanging ( int value ) : void
OnValidate ( System action ) : void

Method Details

MeterFileGroup() public méthode

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