Class Result
- Namespace
- Loehnert.TypeAndResult
- Assembly
- Loehnert.TypeAndResult.dll
Represents the result of an Attribute instance.
[SuppressMessage("Design", "RCS1170", Justification = "Private setters are needed for entity framework")]
public class Result : EntityBase, INotifyPropertyChanged, ITrackable- Inheritance
- 
      
      
      Result
- Implements
- Inherited Members
- Extension Methods
Constructors
Result(Attribute)
Initializes a new instance of the Result class.
public Result(Attribute attribute)Parameters
- attributeAttribute
- The associated attribute. 
Exceptions
- ArgumentNullException
- Thrown when - attributeis null.
Properties
Attribute
Gets the associated attribute.
public virtual Attribute Attribute { get; }Property Value
AttributeId
Gets the foreign key.
public int AttributeId { get; }Property Value
Classification
Gets or sets the classification.
public Classification Classification { get; set; }Property Value
MeasureProcess
Gets the associated measure process.
public virtual MeasureProcess MeasureProcess { get; }Property Value
Parameters
Gets the collection for additional parameters.
public virtual EntityCollection<ResultParameter> Parameters { get; }Property Value
Text
Gets or sets the text value.
public string Text { get; set; }Property Value
TimeStamp
Gets or sets the time stamp of creation.
public DateTime TimeStamp { get; set; }Property Value
Value
Gets or sets the value.
public double Value { get; set; }Property Value
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()Returns
- string
- A string that represents the current object.