C# Class FaultData.Database.Series

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

Private Properties

Property Type Description
OnChannelIDChanged void
OnChannelIDChanging void
OnCreated void
OnIDChanged void
OnIDChanging void
OnLoaded void
OnSeriesTypeIDChanged void
OnSeriesTypeIDChanging void
OnSourceIndexesChanged void
OnSourceIndexesChanging void
OnValidate void

Public Methods

Method Description
Series ( ) : System.Data.Linq

Protected Methods

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

Private Methods

Method Description
OnChannelIDChanged ( ) : void
OnChannelIDChanging ( int value ) : void
OnCreated ( ) : void
OnIDChanged ( ) : void
OnIDChanging ( int value ) : void
OnLoaded ( ) : void
OnSeriesTypeIDChanged ( ) : void
OnSeriesTypeIDChanging ( int value ) : void
OnSourceIndexesChanged ( ) : void
OnSourceIndexesChanging ( string 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

Series() public method

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