Search Results for

    Show / Hide Table of Contents

    Class XPathQueryManager.ParamFunctionVar

    This class represents a variable in an XPath expression.

    Inheritance
    object
    XPathQueryManager.ParamFunctionVar
    Implements
    IXsltContextVariable
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Mapsui.Providers.Wfs.Xml
    Assembly: Mapsui.Nts.dll
    Syntax
    public class XPathQueryManager.ParamFunctionVar : IXsltContextVariable

    Constructors

    | Edit this page View Source

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

    IsLocal

    Method implementing IXsltContextVariable

    Declaration
    public bool IsLocal { get; }
    Property Value
    Type Description
    bool
    | Edit this page View Source

    IsParam

    Method implementing IXsltContextVariable

    Declaration
    public bool IsParam { get; }
    Property Value
    Type Description
    bool
    | Edit this page View Source

    VariableType

    Method implementing IXsltContextVariable

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

    Methods

    | Edit this page View Source

    Evaluate(XsltContext)

    Method implementing IXsltContextVariable

    Declaration
    public object Evaluate(XsltContext xsltContext)
    Parameters
    Type Name Description
    XsltContext xsltContext
    Returns
    Type Description
    object

    Implements

    IXsltContextVariable
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX