ValidationResult(DictionaryString, PhaseResult) Constructor |
Namespace: WorkZone.Dispatcher.Base.SchematronAssembly: 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)
Syntaxpublic ValidationResult(
Dictionary<string, PhaseResult> results
)
Public Sub New (
results As Dictionary(Of String, PhaseResult)
)
public:
ValidationResult(
Dictionary<String^, PhaseResult^>^ results
)
new :
results : Dictionary<string, PhaseResult> -> ValidationResult
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