Click or drag to resize

SchematronVariable Constructor

Initializes a new instance of the SchematronVariable class

Namespace: WorkZone.Dispatcher.Base.Schematron.Xslt
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 SchematronVariable(
	string prefix,
	string varName,
	Let let,
	SchematronContext context
)

Parameters

prefix  String

[Missing <param name="prefix"/> documentation for "M:WorkZone.Dispatcher.Base.Schematron.Xslt.SchematronVariable.#ctor(System.String,System.String,WorkZone.Dispatcher.Base.Schematron.Types.Let,WorkZone.Dispatcher.Base.Schematron.Xslt.SchematronContext)"]

varName  String

[Missing <param name="varName"/> documentation for "M:WorkZone.Dispatcher.Base.Schematron.Xslt.SchematronVariable.#ctor(System.String,System.String,WorkZone.Dispatcher.Base.Schematron.Types.Let,WorkZone.Dispatcher.Base.Schematron.Xslt.SchematronContext)"]

let  Let

[Missing <param name="let"/> documentation for "M:WorkZone.Dispatcher.Base.Schematron.Xslt.SchematronVariable.#ctor(System.String,System.String,WorkZone.Dispatcher.Base.Schematron.Types.Let,WorkZone.Dispatcher.Base.Schematron.Xslt.SchematronContext)"]

context  SchematronContext

[Missing <param name="context"/> documentation for "M:WorkZone.Dispatcher.Base.Schematron.Xslt.SchematronVariable.#ctor(System.String,System.String,WorkZone.Dispatcher.Base.Schematron.Types.Let,WorkZone.Dispatcher.Base.Schematron.Xslt.SchematronContext)"]

See Also