Show / Hide Table of Contents

Class DistributionDomain

Allows distributing a number of points to a set of items in a QuestionGrid.

Inheritance
object
NotificationObject
ResponseDomain
DistributionDomain
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 DistributionDomain : ResponseDomain, INotifyPropertyChanged
Remarks

This only makes sense as part of a QuestionGrid. The QuestionGrid supplies the CodeDomain or roster to which the distributed points are applied.

Constructors

DistributionDomain()

Initializes a new instance of the DistributionDomain class.

Declaration
public DistributionDomain()

Properties

DecimalPositions

The number of decimals that may be used in points as they are distributed.

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

DistributionValue

The total amount to be distributed among a set of items.

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

Implements

INotifyPropertyChanged
In this article
Back to top Generated by DocFX