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

상속: WebDavMultistatusCommand
파일 보기 프로젝트 열기: exodev/jcr-msofficeplugin 1 사용 예제들

공개 메소드들

메소드 설명
PropPatchCommand ( DavContext context ) : System
registerNameSpace ( String propertyName ) : bool
removeProperty ( String propertyName ) : void
setProperty ( String propertyName, String propertyValue ) : void
toXml ( XmlTextWriter writer ) : void

메소드 상세

PropPatchCommand() 공개 메소드

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

registerNameSpace() 공개 메소드

public registerNameSpace ( String propertyName ) : bool
propertyName String
리턴 bool

removeProperty() 공개 메소드

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

setProperty() 공개 메소드

public setProperty ( String propertyName, String propertyValue ) : void
propertyName String
propertyValue String
리턴 void

toXml() 공개 메소드

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