Show / Hide Table of Contents

    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 Source

    ParamFunctionVar(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 Source

    IsLocal

    Method implementing IXsltContextVariable

    Declaration
    public bool IsLocal { get; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    IsParam

    Method implementing IXsltContextVariable

    Declaration
    public bool IsParam { get; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    VariableType

    Method implementing IXsltContextVariable

    Declaration
    public XPathResultType VariableType { get; }
    Property Value
    Type Description
    XPathResultType

    Methods

    | Improve this Doc View Source

    Evaluate(XsltContext)

    Method implementing IXsltContextVariable

    Declaration
    public object Evaluate(XsltContext xsltContext)
    Parameters
    Type Name Description
    XsltContext xsltContext
    Returns
    Type Description
    System.Object
    • Improve this Doc
    • View Source
    Back to top Generated by DocFX