C# Class FaultData.Database.MeterLocationLine

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
OnLoaded void
OnMeterLocationIDChanged void
OnMeterLocationIDChanging void
OnValidate void

Méthodes publiques

Méthode Description
MeterLocationLine ( ) : 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
OnLoaded ( ) : void
OnMeterLocationIDChanged ( ) : void
OnMeterLocationIDChanging ( int value ) : void
OnValidate ( System action ) : void

Method Details

MeterLocationLine() public méthode

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