C# Class FMySemanticLife.Engine.Score

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

Private Properties

Property Type Description
OnCreated void
OnLoaded void
OnStory1IDChanged void
OnStory1IDChanging void
OnStory2IDChanged void
OnStory2IDChanging void
OnValidate void
OnValueChanged void
OnValueChanging void

Public Methods

Method Description
Score ( ) : System.Data.Linq

Protected Methods

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

Private Methods

Method Description
OnCreated ( ) : void
OnLoaded ( ) : void
OnStory1IDChanged ( ) : void
OnStory1IDChanging ( int value ) : void
OnStory2IDChanged ( ) : void
OnStory2IDChanging ( int value ) : void
OnValidate ( System action ) : void
OnValueChanged ( ) : void
OnValueChanging ( double value ) : void

Method Details

Score() public method

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