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

This class provides an interface for creating an OGC PropertyIsBetweenFilter Version 1.1.0.
상속: OgcFilterBase, IFilter
파일 보기 프로젝트 열기: pauldendulk/Mapsui 1 사용 예제들

공개 메소드들

메소드 설명
Encode ( ) : string

This method encodes the filter in XML.

PropertyIsBetweenFilter_FE1_1_0 ( string propertyName, string lowerBoundary, string upperBoundary ) : System.Collections.Generic

Initializes a new instance of the PropertyIsBetweenFilter_FE1_1_0 class.

메소드 상세

Encode() 공개 메소드

This method encodes the filter in XML.
public Encode ( ) : string
리턴 string

PropertyIsBetweenFilter_FE1_1_0() 공개 메소드

Initializes a new instance of the PropertyIsBetweenFilter_FE1_1_0 class.
public PropertyIsBetweenFilter_FE1_1_0 ( string propertyName, string lowerBoundary, string upperBoundary ) : System.Collections.Generic
propertyName string
lowerBoundary string
upperBoundary string
리턴 System.Collections.Generic