C# Class exo_jcr.webdav.csclient.Commands.SearchCommand

Inheritance: WebDavMultistatusCommand
Mostrar archivo Open project: exodev/jcr-msofficeplugin Class Usage Examples

Public Methods

Method Description
SearchCommand ( DavContext context ) : System
setQuery ( DavQuery query ) : void
toXml ( XmlTextWriter writer ) : void

Method Details

SearchCommand() public method

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

setQuery() public method

public setQuery ( DavQuery query ) : void
query DavQuery
return void

toXml() public method

public toXml ( XmlTextWriter writer ) : void
writer System.Xml.XmlTextWriter
return void