C# 클래스 exo_jcr.webdav.csclient.Commands.WebDavPropertyRequestCommand

상속: WebDavMultistatusCommand
파일 보기 프로젝트 열기: exodev/jcr-msofficeplugin

보호된 프로퍼티들

프로퍼티 타입 설명
xmlName String

공개 메소드들

메소드 설명
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

메소드 상세

WebDavPropertyRequestCommand() 공개 메소드

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

addRequiredProperty() 공개 메소드

public addRequiredProperty ( String propertyName ) : void
propertyName String
리턴 void

addRequiredProperty() 공개 메소드

public addRequiredProperty ( String prefixedName, String prefix, String nameSpace ) : void
prefixedName String
prefix String
nameSpace String
리턴 void

execute() 공개 메소드

public execute ( ) : int
리턴 int

setDepth() 공개 메소드

public setDepth ( int depth ) : void
depth int
리턴 void

toXml() 공개 메소드

public toXml ( XmlTextWriter writer ) : void
writer System.Xml.XmlTextWriter
리턴 void

프로퍼티 상세

xmlName 보호되어 있는 프로퍼티

protected String xmlName
리턴 String