Class DomainSpecificValue
Value to which a response domain is attached.
Inheritance
System.Object
DomainSpecificValue
Namespace: Algenta.Colectica.Model.Ddi
Assembly: Algenta.Colectica.Model.Ddi.dll
Syntax
public class DomainSpecificValue : object
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 |
---|---|
System.Nullable<System.Int32> |
Values
Value of target reponse domain
Declaration
public ObservableCollection<string> Values { get; set; }
Property Value
Type | Description |
---|---|
ObservableCollection<System.String> |