C# Class FaultData.Database.SeriesType

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

Private Properties

Property Type Description
OnCreated void
OnDescriptionChanged void
OnDescriptionChanging void
OnIDChanged void
OnIDChanging void
OnLoaded void
OnNameChanged void
OnNameChanging void
OnValidate void
attach_Series void
detach_Series void

Public Methods

Method Description
SeriesType ( ) : System.Data.Linq

Protected Methods

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

Private Methods

Method Description
OnCreated ( ) : void
OnDescriptionChanged ( ) : void
OnDescriptionChanging ( string value ) : void
OnIDChanged ( ) : void
OnIDChanging ( int value ) : void
OnLoaded ( ) : void
OnNameChanged ( ) : void
OnNameChanging ( string value ) : void
OnValidate ( System action ) : void
attach_Series ( Series entity ) : void
detach_Series ( Series entity ) : void

Method Details

SendPropertyChanged() protected method

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

SendPropertyChanging() protected method

protected SendPropertyChanging ( ) : void
return void

SeriesType() public method

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