Search Results for

    Show / Hide Table of Contents

    Class XPathQueryManager.ParamBase

    This class is the base class of XPathQueryManager.ParamCompare and XPathQueryManager.ParamCompareWithTargetNs.

    Inheritance
    object
    XPathQueryManager.ParamBase
    XPathQueryManager.ParamCompare
    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 abstract class XPathQueryManager.ParamBase

    Constructors

    | Edit this page View Source

    ParamBase(XPathResultType[], XPathResultType, int, int)

    Protected constructor for the abstract class.

    Declaration
    protected ParamBase(XPathResultType[] argTypes, XPathResultType returnType, int minArgs, int maxArgs)
    Parameters
    Type Name Description
    XPathResultType[] argTypes

    The argument types of the function

    XPathResultType returnType

    The return type of the function

    int minArgs

    The minimum number of arguments allowed

    int maxArgs

    The maximum number of arguments allowed

    Properties

    | Edit this page View Source

    ArgTypes

    Gets the argument types.

    Declaration
    public XPathResultType[] ArgTypes { get; }
    Property Value
    Type Description
    XPathResultType[]
    | Edit this page View Source

    Maxargs

    Gets the maximum number of arguments allowed.

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

    Minargs

    Gets the minimum number of arguments allowed.

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

    ReturnType

    Gets the return type.

    Declaration
    public XPathResultType ReturnType { get; }
    Property Value
    Type Description
    XPathResultType
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX