C# Class Mapsui.Providers.Wfs.Xml.XPathQueryManager.ParamBase

This class is the base class of ParamCompare and ParamCompareWithTargetNs.
Mostrar archivo Open project: pauldendulk/Mapsui

Protected Methods

Method Description
ParamBase ( XPathResultType argTypes, XPathResultType returnType, int minArgs, int maxArgs ) : System

Protected constructor for the abstract class.

Method Details

ParamBase() protected method

Protected constructor for the abstract class.
protected ParamBase ( XPathResultType argTypes, XPathResultType returnType, int minArgs, int maxArgs ) : System
argTypes XPathResultType The argument types of the function
returnType XPathResultType The return type of the function
minArgs int The minimum number of arguments allowed
maxArgs int The maximum number of arguments allowed
return System