Show / Hide Table of Contents

Interface IDataContractQuery

Interface that defines the Telemetry Loader Query

Namespace: STAIExtensions.Abstractions.Queries
Assembly: STAIExtensions.Abstractions.dll
Syntax
public interface IDataContractQuery

Properties

ContractType

Declaration
Type ContractType { get; }
Property Value
Type Description
Type

Enabled

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

QueryParameterData

Declaration
object QueryParameterData { get; set; }
Property Value
Type Description
System.Object

Methods

BuildQueryData()

Declaration
object BuildQueryData()
Returns
Type Description
System.Object
Back to top Copyright © 2022 Trevor Mare