C# Class FaultData.Database.Line

Inheritance: INotifyPropertyChanging, INotifyPropertyChanged
Show file Open project: GridProtectionAlliance/openXDA Class Usage Examples

Private Properties

Property 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

Public Methods

Method Description
Line ( ) : System.Data.Linq

Protected Methods

Method Description
SendPropertyChanged ( String propertyName ) : void
SendPropertyChanging ( ) : void

Private Methods

Method 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 method

public Line ( ) : System.Data.Linq
return System.Data.Linq

SendPropertyChanged() protected method

protected SendPropertyChanged ( String propertyName ) : void
propertyName String
return void

SendPropertyChanging() protected method

protected SendPropertyChanging ( ) : void
return void