Class DomainValue
Represents domain value data JSON
Inheritance
System.Object
DomainValue
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Quark.CMSAdapters.QPP.Services.Data
Assembly: Quark.CMSAdapters.QPP.dll
Syntax
public class DomainValue
Constructors
DomainValue()
Declaration
public DomainValue()
Properties
childDomainValues
Declaration
public DomainValue[] childDomainValues { get; set; }
Property Value
Type | Description |
---|---|
DomainValue[] |
colorBlue
Declaration
[ScriptIgnore]
public short colorBlue { get; set; }
Property Value
Type | Description |
---|---|
System.Int16 |
colorGreen
Declaration
[ScriptIgnore]
public short colorGreen { get; set; }
Property Value
Type | Description |
---|---|
System.Int16 |
colorRed
Declaration
[ScriptIgnore]
public short colorRed { get; set; }
Property Value
Type | Description |
---|---|
System.Int16 |
domainId
Declaration
public int domainId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
firstName
Declaration
[ScriptIgnore]
public string firstName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
id
Declaration
public long id { get; set; }
Property Value
Type | Description |
---|---|
System.Int64 |
lastName
Declaration
[ScriptIgnore]
public string lastName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
name
Declaration
public string name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
sourceReference
Declaration
public string sourceReference { get; set; }
Property Value
Type | Description |
---|---|
System.String |