Table of Contents

Class ResultParameter

Namespace
Loehnert.TypeAndResult
Assembly
Loehnert.TypeAndResult.dll

Represents a type for an additional parameter of a Result.

public class ResultParameter : AdditionalParameter, INotifyPropertyChanged, ITrackable, IHasKey, IEquatable<AdditionalParameter>, ICanApplyID<AdditionalParameter>
Inheritance
ResultParameter
Implements
Inherited Members
Extension Methods

Properties

AdditionalParameterDefinitions

Gets the additional parameter definitions.

protected override IDictionary<string, IAdditionalParameterDefinition> AdditionalParameterDefinitions { get; }

Property Value

IDictionary<string, IAdditionalParameterDefinition>

Result

Gets the Result object, to which the additional parameter belongs.

[JsonIgnore]
public virtual Result Result { get; }

Property Value

Result

ResultId

Gets the foreign key for Result.

[JsonIgnore]
public int ResultId { get; }

Property Value

int