C# Class FaultData.Database.Structure

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

Private Properties

Property Type Description
OnAssetKeyChanged void
OnAssetKeyChanging void
OnCreated void
OnIDChanged void
OnIDChanging void
OnLatitudeChanged void
OnLatitudeChanging void
OnLineIDChanged void
OnLineIDChanging void
OnLoaded void
OnLongitudeChanged void
OnLongitudeChanging void
OnValidate void

Public Methods

Method Description
Structure ( ) : 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
OnIDChanged ( ) : void
OnIDChanging ( int value ) : void
OnLatitudeChanged ( ) : void
OnLatitudeChanging ( double value ) : void
OnLineIDChanged ( ) : void
OnLineIDChanging ( int value ) : void
OnLoaded ( ) : void
OnLongitudeChanged ( ) : void
OnLongitudeChanging ( double value ) : void
OnValidate ( System action ) : void

Method Details

SendPropertyChanged() protected method

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

SendPropertyChanging() protected method

protected SendPropertyChanging ( ) : void
return void

Structure() public method

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