C# 클래스 Mapsui.Providers.Wfs.Utilities.OgcFilterBase

This class is the base class of all filters. It stores the filter arguments.
파일 보기 프로젝트 열기: pauldendulk/Mapsui

보호된 프로퍼티들

프로퍼티 타입 설명
Args string[]

보호된 메소드들

메소드 설명
OgcFilterBase ( string args ) : System.Collections.Generic

Protected constructor for the abstract class.

메소드 상세

OgcFilterBase() 보호된 메소드

Protected constructor for the abstract class.
protected OgcFilterBase ( string args ) : System.Collections.Generic
args string An array of arguments for the filter
리턴 System.Collections.Generic

프로퍼티 상세

Args 보호되어 있는 프로퍼티

protected string[] Args
리턴 string[]