Class DomainSpecificValue
Value to which a response domain is attached.
Inherited Members
Namespace: Algenta.Colectica.Model.Ddi
Assembly: Algenta.Colectica.Model.Ddi.dll
Syntax
public class DomainSpecificValue
Remarks
Attached to codes is prefered to this value method.
Properties
AttachmentDomain
Attachment base index
Declaration
public int? AttachmentDomain { get; set; }
Property Value
Type | Description |
---|---|
int? |
Values
Value of target reponse domain
Declaration
public ObservableCollection<string> Values { get; set; }
Property Value
Type | Description |
---|---|
ObservableCollection<string> |