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

Inheritance: WebDavMultistatusCommand
Afficher le fichier Open project: exodev/jcr-msofficeplugin Class Usage Examples

Méthodes publiques

Méthode Description
SearchCommand ( DavContext context ) : System
setQuery ( DavQuery query ) : void
toXml ( XmlTextWriter writer ) : void

Method Details

SearchCommand() public méthode

public SearchCommand ( DavContext context ) : System
context exo_jcr.webdav.csclient.Request.DavContext
Résultat System

setQuery() public méthode

public setQuery ( DavQuery query ) : void
query DavQuery
Résultat void

toXml() public méthode

public toXml ( XmlTextWriter writer ) : void
writer System.Xml.XmlTextWriter
Résultat void