Click or drag to resize

BisResultContext(BiQueryDefinition, IDictionaryString, Object, IBiDataSource, IEnumerableObject, DateTime) Constructor

Creates a new result context

Namespace: SanteDB.BI
Assembly: SanteDB.BI (in SanteDB.BI.dll) Version: 3.0.2081-alpha+df02e6253577ea261b120b9c6244730e71f51a20
Syntax
public BisResultContext(
	BiQueryDefinition definition,
	IDictionary<string, Object> arguments,
	IBiDataSource dataSource,
	IEnumerable<Object> results,
	DateTime startTime
)

Parameters

definition  BiQueryDefinition

[Missing <param name="definition"/> documentation for "M:SanteDB.BI.BisResultContext.#ctor(SanteDB.BI.Model.BiQueryDefinition,System.Collections.Generic.IDictionary{System.String,System.Object},SanteDB.BI.Services.IBiDataSource,System.Collections.Generic.IEnumerable{System.Object},System.DateTime)"]

arguments  IDictionaryString, Object

[Missing <param name="arguments"/> documentation for "M:SanteDB.BI.BisResultContext.#ctor(SanteDB.BI.Model.BiQueryDefinition,System.Collections.Generic.IDictionary{System.String,System.Object},SanteDB.BI.Services.IBiDataSource,System.Collections.Generic.IEnumerable{System.Object},System.DateTime)"]

dataSource  IBiDataSource

[Missing <param name="dataSource"/> documentation for "M:SanteDB.BI.BisResultContext.#ctor(SanteDB.BI.Model.BiQueryDefinition,System.Collections.Generic.IDictionary{System.String,System.Object},SanteDB.BI.Services.IBiDataSource,System.Collections.Generic.IEnumerable{System.Object},System.DateTime)"]

results  IEnumerableObject

[Missing <param name="results"/> documentation for "M:SanteDB.BI.BisResultContext.#ctor(SanteDB.BI.Model.BiQueryDefinition,System.Collections.Generic.IDictionary{System.String,System.Object},SanteDB.BI.Services.IBiDataSource,System.Collections.Generic.IEnumerable{System.Object},System.DateTime)"]

startTime  DateTime

[Missing <param name="startTime"/> documentation for "M:SanteDB.BI.BisResultContext.#ctor(SanteDB.BI.Model.BiQueryDefinition,System.Collections.Generic.IDictionary{System.String,System.Object},SanteDB.BI.Services.IBiDataSource,System.Collections.Generic.IEnumerable{System.Object},System.DateTime)"]

See Also