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

This class is the base class of ParamCompare and ParamCompareWithTargetNs.
Afficher le fichier Open project: pauldendulk/Mapsui

Méthodes protégées

Méthode Description
ParamBase ( XPathResultType argTypes, XPathResultType returnType, int minArgs, int maxArgs ) : System

Protected constructor for the abstract class.

Method Details

ParamBase() protected méthode

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
Résultat System