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

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

Public Methods

Method 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 method

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

registerNameSpace() public method

public registerNameSpace ( String propertyName ) : bool
propertyName String
return bool

removeProperty() public method

public removeProperty ( String propertyName ) : void
propertyName String
return void

setProperty() public method

public setProperty ( String propertyName, String propertyValue ) : void
propertyName String
propertyValue String
return void

toXml() public method

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