Search Results for

    Show / Hide Table of Contents

    Class QueryDefinition

    Represents query definition data JSON

    Inheritance
    System.Object
    QueryDefinition
    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 QueryDefinition

    Properties

    ownerId

    Declaration
    public long ownerId { get; set; }
    Property Value
    Type Description
    System.Int64

    parameterized

    Declaration
    public bool parameterized { get; set; }
    Property Value
    Type Description
    System.Boolean

    queryConditions

    Declaration
    public QueryCondition[] queryConditions { get; set; }
    Property Value
    Type Description
    QueryCondition[]

    queryContext

    Declaration
    public QueryContext queryContext { get; set; }
    Property Value
    Type Description
    QueryContext

    queryDisplay

    Declaration
    public QueryDisplay queryDisplay { get; set; }
    Property Value
    Type Description
    QueryDisplay

    queryId

    Declaration
    public long queryId { get; set; }
    Property Value
    Type Description
    System.Int64

    queryName

    Declaration
    public string queryName { 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.GetJsonValue<T>(Object, String, Boolean)
    UtilityExtensions.ToAssetInfo(Object, Nullable<Boolean>)
    In This Article
    Back to top © 2022 Quark Software Inc. All rights reserved.