Class RankingDomain
Allows ranking a set of items in a QuestionGrid.
Inherited Members
Algenta.Colectica.Model.NotificationObject.RaisePropertyChanged<T>(Expression<>)
Namespace: Algenta.Colectica.Model.Ddi
Assembly: Algenta.Colectica.Model.Ddi.dll
Syntax
public class RankingDomain : ResponseDomain
Remarks
This only makes sense as part of a QuestionGrid. The QuestionGrid supplies the CodeDomain or roster to which the ranking applies.
Constructors
RankingDomain()
Initializes a new instance of the RankingDomain class.
Declaration
public RankingDomain()
Properties
Maximum
The highest value that may be assigned.
Declaration
public decimal ? Maximum { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> |
MaximumUseOfSingleValue
The number of times a single value may be used.
Declaration
public int ? MaximumUseOfSingleValue { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
Minimum
The lowest value that may be assigned.
Declaration
public decimal ? Minimum { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> |
RangeUnit
Gets or sets the unit of measure.
Declaration
public string RangeUnit { get; set; }
Property Value
Type | Description |
---|---|
System.String |