Show / Hide Table of Contents

Class RankingDomain

Allows ranking a set of items in a QuestionGrid.

Inheritance
object
NotificationObject
ResponseDomain
RankingDomain
Implements
INotifyPropertyChanged
Inherited Members
ResponseDomain.MissingValues
ResponseDomain.BlankIsMissingValue
ResponseDomain.ClassificationLevel
ResponseDomain.Label
ResponseDomain.Description
ResponseDomain.AttachedToCodes
ResponseDomain.AttachedToValues
ResponseDomain.RepresentationType
ResponseDomain.OutParameter
ResponseDomain.GridAttachments
ResponseDomain.GenericOutputFormat
ResponseDomain.RecommendedDataType
ResponseDomain.MeasurementUnit
ResponseDomain.GetChildren()
ResponseDomain.ReplaceChild(IdentifierTriple, IVersionable)
ResponseDomain.RemoveChild(IdentifierTriple)
ResponseDomain.WatchProperties()
NotificationObject.PropertyChanged
NotificationObject.RaisePropertyChanged(string)
NotificationObject.OnPropertyChanged(string)
NotificationObject.ResumePropertyEvents()
NotificationObject.SuspendPropertyEvents()
NotificationObject.PropertyEventsSuspended
NotificationObject.PropagateChildChanges(INotifyCollectionChanged, string)
NotificationObject.WatchProperty(INotifyPropertyChanged, string)
NotificationObject.WatchCollection(INotifyCollectionChanged, string)
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: Algenta.Colectica.Model.Ddi
Assembly: Algenta.Colectica.Model.Ddi.dll
Syntax
public class RankingDomain : ResponseDomain, INotifyPropertyChanged
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
decimal?

MaximumUseOfSingleValue

The number of times a single value may be used.

Declaration
public int? MaximumUseOfSingleValue { get; set; }
Property Value
Type Description
int?

Minimum

The lowest value that may be assigned.

Declaration
public decimal? Minimum { get; set; }
Property Value
Type Description
decimal?

RangeUnit

Gets or sets the unit of measure.

Declaration
public string RangeUnit { get; set; }
Property Value
Type Description
string

Implements

INotifyPropertyChanged
In this article
Back to top Generated by DocFX