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
Result
Gets the Result object, to which the additional parameter belongs.
[JsonIgnore]
public virtual Result Result { get; }
Property Value
ResultId
Gets the foreign key for Result.
[JsonIgnore]
public int ResultId { get; }