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