Click or drag to resize

ValidationResult(DictionaryString, PhaseResult) Constructor

Initializes a new instance of the ValidationResult class

Namespace: WorkZone.Dispatcher.Base.Schematron
Assembly: WorkZone.Dispatcher.Base_24.5.0.0 (in WorkZone.Dispatcher.Base_24.5.0.0.dll) Version: 24.5.0.0 (24.5.0.0)
Syntax
public ValidationResult(
	Dictionary<string, PhaseResult> results
)

Parameters

results  DictionaryString, PhaseResult

[Missing <param name="results"/> documentation for "M:WorkZone.Dispatcher.Base.Schematron.ValidationResult.#ctor(System.Collections.Generic.Dictionary{System.String,WorkZone.Dispatcher.Base.Schematron.Types.PhaseResult})"]

See Also