Class XPathQueryManager.ParamBase
This class is the base class of XPathQueryManager.ParamCompare and XPathQueryManager.ParamCompareWithTargetNs.
Inherited Members
Namespace: Mapsui.Providers.Wfs.Xml
Assembly: Mapsui.Nts.dll
Syntax
public abstract class XPathQueryManager.ParamBase
Constructors
| Edit this page View SourceParamBase(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 SourceArgTypes
Gets the argument types.
Declaration
public XPathResultType[] ArgTypes { get; }
Property Value
Type | Description |
---|---|
XPathResultType[] |
Maxargs
Gets the maximum number of arguments allowed.
Declaration
public int Maxargs { get; }
Property Value
Type | Description |
---|---|
int |
Minargs
Gets the minimum number of arguments allowed.
Declaration
public int Minargs { get; }
Property Value
Type | Description |
---|---|
int |
ReturnType
Gets the return type.
Declaration
public XPathResultType ReturnType { get; }
Property Value
Type | Description |
---|---|
XPathResultType |