Click or drag to resize

SchematronContextResolveVariable Method

[Missing <summary> documentation for "M:WorkZone.Dispatcher.Base.Schematron.Xslt.SchematronContext.ResolveVariable(System.String,System.String)"]


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 override IXsltContextVariable ResolveVariable(
	string prefix,
	string name
)

Parameters

prefix  String

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

name  String

[Missing <param name="name"/> documentation for "M:WorkZone.Dispatcher.Base.Schematron.Xslt.SchematronContext.ResolveVariable(System.String,System.String)"]

Return Value

IXsltContextVariable

[Missing <returns> documentation for "M:WorkZone.Dispatcher.Base.Schematron.Xslt.SchematronContext.ResolveVariable(System.String,System.String)"]

See Also