Table of Contents

Class Result

Namespace
Loehnert.TypeAndResult
Assembly
Loehnert.TypeAndResult.dll

Represents the result of an Attribute instance.

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

attribute Attribute

The associated attribute.

Exceptions

ArgumentNullException

Thrown when attribute is null.

Properties

Attribute

Gets the associated attribute.

public virtual Attribute Attribute { get; }

Property Value

Attribute

AttributeId

Gets the foreign key.

public int AttributeId { get; }

Property Value

int

Classification

Gets or sets the classification.

public Classification Classification { get; set; }

Property Value

Classification

MeasureProcess

Gets the associated measure process.

public virtual MeasureProcess MeasureProcess { get; }

Property Value

MeasureProcess

Parameters

Gets the collection for additional parameters.

public virtual EntityCollection<ResultParameter> Parameters { get; }

Property Value

EntityCollection<ResultParameter>

Text

Gets or sets the text value.

public string Text { get; set; }

Property Value

string

TimeStamp

Gets or sets the time stamp of creation.

public DateTime TimeStamp { get; set; }

Property Value

DateTime

Value

Gets or sets the value.

public double Value { get; set; }

Property Value

double

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.