Click or drag to resize

SchematronContextResolveFunction Method

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


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 IXsltContextFunction ResolveFunction(
	string prefix,
	string name,
	XPathResultType[] ArgTypes
)

Parameters

prefix  String

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

name  String

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

ArgTypes  XPathResultType

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

Return Value

IXsltContextFunction

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

See Also