Search Results for

    Show / Hide Table of Contents

    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

    Extension Methods

    UtilityExtensions.DeepClone<T>(T)
    UtilityExtensions.IsMethodImplemented(Object, String)
    UtilityExtensions.LogError(Object, String)
    UtilityExtensions.ShowAndLogError(Object)
    UtilityExtensions.ShowAndLogError(Object, Window)
    UtilityExtensions.ShowAndLogError(Object, String, Window, String, String)
    UtilityExtensions.FormattedName(DomainValue)
    UtilityExtensions.GetJsonValue<T>(Object, String, Boolean)
    UtilityExtensions.GetPath(DomainValue)
    UtilityExtensions.ToAssetInfo(Object, Nullable<Boolean>)
    UtilityExtensions.ToDomainValue(DomainValue, Int64)
    In This Article
    Back to top © 2022 Quark Software Inc. All rights reserved.