C# Class SonOfSirCachealot.DBBlock

Inheritance: INotifyPropertyChanging, INotifyPropertyChanged
Mostra file Open project: ColdMatter/EDMSuite Class Usage Examples

Private Properties

Property Type Description
OnCreated void
OnLoaded void
OnValidate void
OnbStateChanged void
OnbStateChanging void
OnblockIDChanged void
OnblockIDChanging void
OnblockTimeChanged void
OnblockTimeChanging void
OnclusterChanged void
OnclusterChanging void
OnclusterIndexChanged void
OnclusterIndexChanging void
OnconfigBytesChanged void
OnconfigBytesChanging void
OneMinusChanged void
OneMinusChanging void
OnePlusChanged void
OnePlusChanging void
OneStateChanged void
OneStateChanging void
OnincludeChanged void
OnincludeChanging void
OnrfStateChanged void
OnrfStateChanging void
attach_DBTOFChannelSets void
detach_DBTOFChannelSets void

Public Methods

Method Description
DBBlock ( ) : System.Data.Linq

Protected Methods

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

Private Methods

Method Description
OnCreated ( ) : void
OnLoaded ( ) : void
OnValidate ( System action ) : void
OnbStateChanged ( ) : void
OnbStateChanging ( bool value ) : void
OnblockIDChanged ( ) : void
OnblockIDChanging ( int value ) : void
OnblockTimeChanged ( ) : void
OnblockTimeChanging ( System value ) : void
OnclusterChanged ( ) : void
OnclusterChanging ( string value ) : void
OnclusterIndexChanged ( ) : void
OnclusterIndexChanging ( int value ) : void
OnconfigBytesChanged ( ) : void
OnconfigBytesChanging ( System value ) : void
OneMinusChanged ( ) : void
OneMinusChanging ( double value ) : void
OnePlusChanged ( ) : void
OnePlusChanging ( double value ) : void
OneStateChanged ( ) : void
OneStateChanging ( bool value ) : void
OnincludeChanged ( ) : void
OnincludeChanging ( bool value ) : void
OnrfStateChanged ( ) : void
OnrfStateChanging ( bool value ) : void
attach_DBTOFChannelSets ( DBTOFChannelSet entity ) : void
detach_DBTOFChannelSets ( DBTOFChannelSet entity ) : void

Method Details

DBBlock() public method

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