C# 클래스 exo_jcr.webdav.csclient.Search.AbstractQuery

상속: DavQuery
파일 보기 프로젝트 열기: exodev/jcr-msofficeplugin

보호된 프로퍼티들

프로퍼티 타입 설명
properties System.Collections.ArrayList

공개 메소드들

메소드 설명
addSelectProperty ( String propertyName ) : void
toXml ( XmlTextWriter writer ) : void

메소드 상세

addSelectProperty() 공개 메소드

public addSelectProperty ( String propertyName ) : void
propertyName String
리턴 void

toXml() 공개 추상적인 메소드

public abstract toXml ( XmlTextWriter writer ) : void
writer System.Xml.XmlTextWriter
리턴 void

프로퍼티 상세

properties 보호되어 있는 프로퍼티

protected ArrayList,System.Collections properties
리턴 System.Collections.ArrayList