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

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

Protected Properties

Property Type Description
xmlName String

Public Methods

Method Description
WebDavPropertyRequestCommand ( DavContext context ) : System
addRequiredProperty ( String propertyName ) : void
addRequiredProperty ( String prefixedName, String prefix, String nameSpace ) : void
execute ( ) : int
setDepth ( int depth ) : void
toXml ( XmlTextWriter writer ) : void

Method Details

WebDavPropertyRequestCommand() public method

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

addRequiredProperty() public method

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

addRequiredProperty() public method

public addRequiredProperty ( String prefixedName, String prefix, String nameSpace ) : void
prefixedName String
prefix String
nameSpace String
return void

execute() public method

public execute ( ) : int
return int

setDepth() public method

public setDepth ( int depth ) : void
depth int
return void

toXml() public method

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

Property Details

xmlName protected_oe property

protected String xmlName
return String