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

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

Méthodes publiques

Méthode Description
PropPatchCommand ( DavContext context ) : System
registerNameSpace ( String propertyName ) : bool
removeProperty ( String propertyName ) : void
setProperty ( String propertyName, String propertyValue ) : void
toXml ( XmlTextWriter writer ) : void

Method Details

PropPatchCommand() public méthode

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

registerNameSpace() public méthode

public registerNameSpace ( String propertyName ) : bool
propertyName String
Résultat bool

removeProperty() public méthode

public removeProperty ( String propertyName ) : void
propertyName String
Résultat void

setProperty() public méthode

public setProperty ( String propertyName, String propertyValue ) : void
propertyName String
propertyValue String
Résultat void

toXml() public méthode

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