C# 클래스 Mapsui.Providers.Wfs.Xml.XPathQueryManager.ParamBase

This class is the base class of ParamCompare and ParamCompareWithTargetNs.
파일 보기 프로젝트 열기: pauldendulk/Mapsui

보호된 메소드들

메소드 설명
ParamBase ( XPathResultType argTypes, XPathResultType returnType, int minArgs, int maxArgs ) : System

Protected constructor for the abstract class.

메소드 상세

ParamBase() 보호된 메소드

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
리턴 System