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

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

Protected Properties

Свойство Type Description
xmlName String

Méthodes publiques

Méthode 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 méthode

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

addRequiredProperty() public méthode

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

addRequiredProperty() public méthode

public addRequiredProperty ( String prefixedName, String prefix, String nameSpace ) : void
prefixedName String
prefix String
nameSpace String
Résultat void

execute() public méthode

public execute ( ) : int
Résultat int

setDepth() public méthode

public setDepth ( int depth ) : void
depth int
Résultat void

toXml() public méthode

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

Property Details

xmlName protected_oe property

protected String xmlName
Résultat String