C# Class FaultData.Database.BreakerChannel

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

Private Properties

Свойство Type Description
OnBreakerNumberChanged void
OnBreakerNumberChanging void
OnChannelIDChanged void
OnChannelIDChanging void
OnCreated void
OnIDChanged void
OnIDChanging void
OnLoaded void
OnValidate void

Méthodes publiques

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

Méthodes protégées

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

Private Methods

Méthode Description
OnBreakerNumberChanged ( ) : void
OnBreakerNumberChanging ( string value ) : void
OnChannelIDChanged ( ) : void
OnChannelIDChanging ( int value ) : void
OnCreated ( ) : void
OnIDChanged ( ) : void
OnIDChanging ( int value ) : void
OnLoaded ( ) : void
OnValidate ( System action ) : void

Method Details

BreakerChannel() public méthode

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