Click or drag to resize

BisResultContext Constructor

Creates a new result context

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

Parameters

definition
Type: SanteDB.BI.ModelBiQueryDefinition

[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
Type: System.Collections.GenericIDictionaryString, 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)"]

source
Type: SanteDB.BI.ServicesIBiDataSource

[Missing <param name="source"/> 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
Type: System.Collections.GenericIEnumerableObject

[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
Type: SystemDateTime

[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