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
int?

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