C# Class FaultData.Database.MeterLine

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

Private Properties

Свойство Type Description
OnCreated void
OnIDChanged void
OnIDChanging void
OnLineIDChanged void
OnLineIDChanging void
OnLineNameChanged void
OnLineNameChanging void
OnLoaded void
OnMeterIDChanged void
OnMeterIDChanging void
OnValidate void

Méthodes publiques

Méthode Description
MeterLine ( ) : 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
OnLineIDChanged ( ) : void
OnLineIDChanging ( int value ) : void
OnLineNameChanged ( ) : void
OnLineNameChanging ( string value ) : void
OnLoaded ( ) : void
OnMeterIDChanged ( ) : void
OnMeterIDChanging ( int value ) : void
OnValidate ( System action ) : void

Method Details

MeterLine() public méthode

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