C# Class FaultData.Database.MeterLocation

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

Private Properties

Property Type Description
OnAliasChanged void
OnAliasChanging void
OnAssetKeyChanged void
OnAssetKeyChanging void
OnCreated void
OnDescriptionChanged void
OnDescriptionChanging void
OnIDChanged void
OnIDChanging void
OnLatitudeChanged void
OnLatitudeChanging void
OnLoaded void
OnLongitudeChanged void
OnLongitudeChanging void
OnNameChanged void
OnNameChanging void
OnShortNameChanged void
OnShortNameChanging void
OnValidate void
attach_MeterLocationLines void
attach_Meters void
detach_MeterLocationLines void
detach_Meters void

Public Methods

Method Description
MeterLocation ( ) : System.Data.Linq

Protected Methods

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

Private Methods

Method Description
OnAliasChanged ( ) : void
OnAliasChanging ( string value ) : void
OnAssetKeyChanged ( ) : void
OnAssetKeyChanging ( string value ) : void
OnCreated ( ) : void
OnDescriptionChanged ( ) : void
OnDescriptionChanging ( string value ) : void
OnIDChanged ( ) : void
OnIDChanging ( int value ) : void
OnLatitudeChanged ( ) : void
OnLatitudeChanging ( double value ) : void
OnLoaded ( ) : void
OnLongitudeChanged ( ) : void
OnLongitudeChanging ( double value ) : void
OnNameChanged ( ) : void
OnNameChanging ( string value ) : void
OnShortNameChanged ( ) : void
OnShortNameChanging ( string value ) : void
OnValidate ( System action ) : void
attach_MeterLocationLines ( MeterLocationLine entity ) : void
attach_Meters ( Meter entity ) : void
detach_MeterLocationLines ( MeterLocationLine entity ) : void
detach_Meters ( Meter entity ) : void

Method Details

MeterLocation() public method

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