C# Class IvtLibrary.Hypothesis

Inheritance: System.Data.Entity.Core.Objects.DataClasses.EntityObject
Datei anzeigen Open project: intervals-mining-lab/ivt-library Class Usage Examples

Private Properties

Property Type Description
OncontentChanged void
OncontentChanging void
OnexplanationChanged void
OnexplanationChanging void
OnidChanged void
OnidChanging void
OnnameChanged void
OnnameChanging void

Public Methods

Method Description
CreateHypothesis ( global id, global content ) : Hypothesis

Create a new Hypothesis object.

Private Methods

Method Description
OncontentChanged ( ) : void
OncontentChanging ( global value ) : void
OnexplanationChanged ( ) : void
OnexplanationChanging ( global value ) : void
OnidChanged ( ) : void
OnidChanging ( global value ) : void
OnnameChanged ( ) : void
OnnameChanging ( global value ) : void

Method Details

CreateHypothesis() public static method

Create a new Hypothesis object.
public static CreateHypothesis ( global id, global content ) : Hypothesis
id global Initial value of the id property.
content global Initial value of the content property.
return Hypothesis