C# Class FaultData.Database.Line

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

Private Properties

Свойство Type Description
OnAssetKeyChanged void
OnAssetKeyChanging void
OnCreated void
OnDescriptionChanged void
OnDescriptionChanging void
OnIDChanged void
OnIDChanging void
OnLengthChanged void
OnLengthChanging void
OnLoaded void
OnThermalRatingChanged void
OnThermalRatingChanging void
OnValidate void
OnVoltageKVChanged void
OnVoltageKVChanging void
attach_Channels void
attach_MeterLines void
attach_MeterLocationLines void
attach_Structures void
detach_Channels void
detach_MeterLines void
detach_MeterLocationLines void
detach_Structures void

Méthodes publiques

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

Méthodes protégées

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

Private Methods

Méthode Description
OnAssetKeyChanged ( ) : void
OnAssetKeyChanging ( string value ) : void
OnCreated ( ) : void
OnDescriptionChanged ( ) : void
OnDescriptionChanging ( string value ) : void
OnIDChanged ( ) : void
OnIDChanging ( int value ) : void
OnLengthChanged ( ) : void
OnLengthChanging ( double value ) : void
OnLoaded ( ) : void
OnThermalRatingChanged ( ) : void
OnThermalRatingChanging ( double value ) : void
OnValidate ( System action ) : void
OnVoltageKVChanged ( ) : void
OnVoltageKVChanging ( double value ) : void
attach_Channels ( Channel entity ) : void
attach_MeterLines ( MeterLine entity ) : void
attach_MeterLocationLines ( MeterLocationLine entity ) : void
attach_Structures ( Structure entity ) : void
detach_Channels ( Channel entity ) : void
detach_MeterLines ( MeterLine entity ) : void
detach_MeterLocationLines ( MeterLocationLine entity ) : void
detach_Structures ( Structure entity ) : void

Method Details

Line() public méthode

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