Show / Hide Table of Contents

Class DomainSpecificValue

Value to which a response domain is attached.

Inheritance
Object
DomainSpecificValue
Inherited Members
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 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
Nullable<Int32>

Values

Value of target reponse domain

Declaration
public ObservableCollection<string> Values { get; set; }
Property Value
Type Description
ObservableCollection<String>
In This Article
Back to top Generated by DocFX