C# 클래스 exo_jcr.webdav.csclient.Commands.SearchCommand

상속: WebDavMultistatusCommand
파일 보기 프로젝트 열기: exodev/jcr-msofficeplugin 1 사용 예제들

공개 메소드들

메소드 설명
SearchCommand ( DavContext context ) : System
setQuery ( DavQuery query ) : void
toXml ( XmlTextWriter writer ) : void

메소드 상세

SearchCommand() 공개 메소드

public SearchCommand ( DavContext context ) : System
context exo_jcr.webdav.csclient.Request.DavContext
리턴 System

setQuery() 공개 메소드

public setQuery ( DavQuery query ) : void
query DavQuery
리턴 void

toXml() 공개 메소드

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