Class XPathQueryManager.ParamFunctionVar
This class represents a variable in an XPath expression.
Implements
Inherited Members
Namespace: Mapsui.Providers.Wfs.Xml
Assembly: Mapsui.Nts.dll
Syntax
public class XPathQueryManager.ParamFunctionVar : IXsltContextVariable
Constructors
| Edit this page View SourceParamFunctionVar(object)
Initializes a new instance of the XPathQueryManager.ParamFunctionVar class.
Declaration
public ParamFunctionVar(object param)
Parameters
Type | Name | Description |
---|---|---|
object | param | The parameter |
Properties
| Edit this page View SourceIsLocal
Method implementing IXsltContextVariable
Declaration
public bool IsLocal { get; }
Property Value
Type | Description |
---|---|
bool |
IsParam
Method implementing IXsltContextVariable
Declaration
public bool IsParam { get; }
Property Value
Type | Description |
---|---|
bool |
VariableType
Method implementing IXsltContextVariable
Declaration
public XPathResultType VariableType { get; }
Property Value
Type | Description |
---|---|
XPathResultType |
Methods
| Edit this page View SourceEvaluate(XsltContext)
Method implementing IXsltContextVariable
Declaration
public object Evaluate(XsltContext xsltContext)
Parameters
Type | Name | Description |
---|---|---|
XsltContext | xsltContext |
Returns
Type | Description |
---|---|
object |