C# Class SonOfSirCachealot.DBBlock

Inheritance: INotifyPropertyChanging, INotifyPropertyChanged
Afficher le fichier Open project: ColdMatter/EDMSuite Class Usage Examples

Private Properties

Свойство 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

Méthodes publiques

Méthode Description
DBBlock ( ) : System.Data.Linq

Méthodes protégées

Méthode Description
SendPropertyChanged ( String propertyName ) : void
SendPropertyChanging ( ) : void

Private Methods

Méthode 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 méthode

public DBBlock ( ) : System.Data.Linq
Résultat System.Data.Linq

SendPropertyChanged() protected méthode

protected SendPropertyChanged ( String propertyName ) : void
propertyName String
Résultat void

SendPropertyChanging() protected méthode

protected SendPropertyChanging ( ) : void
Résultat void