Click or drag to resize

MatchVector(MatchAttribute, String, Double, Boolean, Object, Object) Constructor

Creates a new assertion result

Namespace: SanteDB.Matcher.Matchers
Assembly: SanteDB.Matcher (in SanteDB.Matcher.dll) Version: 3.0.2081-alpha+c89b6faf865d37596ce49c6b3119b280fbaa425a
Syntax
public MatchVector(
	MatchAttribute attribute,
	string name,
	double score,
	bool evaluated,
	Object aValue,
	Object bValue
)

Parameters

attribute  MatchAttribute

[Missing <param name="attribute"/> documentation for "M:SanteDB.Matcher.Matchers.MatchVector.#ctor(SanteDB.Matcher.Definition.MatchAttribute,System.String,System.Double,System.Boolean,System.Object,System.Object)"]

name  String

[Missing <param name="name"/> documentation for "M:SanteDB.Matcher.Matchers.MatchVector.#ctor(SanteDB.Matcher.Definition.MatchAttribute,System.String,System.Double,System.Boolean,System.Object,System.Object)"]

score  Double

[Missing <param name="score"/> documentation for "M:SanteDB.Matcher.Matchers.MatchVector.#ctor(SanteDB.Matcher.Definition.MatchAttribute,System.String,System.Double,System.Boolean,System.Object,System.Object)"]

evaluated  Boolean

[Missing <param name="evaluated"/> documentation for "M:SanteDB.Matcher.Matchers.MatchVector.#ctor(SanteDB.Matcher.Definition.MatchAttribute,System.String,System.Double,System.Boolean,System.Object,System.Object)"]

aValue  Object

[Missing <param name="aValue"/> documentation for "M:SanteDB.Matcher.Matchers.MatchVector.#ctor(SanteDB.Matcher.Definition.MatchAttribute,System.String,System.Double,System.Boolean,System.Object,System.Object)"]

bValue  Object

[Missing <param name="bValue"/> documentation for "M:SanteDB.Matcher.Matchers.MatchVector.#ctor(SanteDB.Matcher.Definition.MatchAttribute,System.String,System.Double,System.Boolean,System.Object,System.Object)"]

See Also