C# 클래스 exo_jcr.webdav.csclient.DavProperties.WebDavProperty

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

공개 메소드들

메소드 설명
WebDavProperty ( String propertyName ) : System
getPropertyName ( ) : String
getStatus ( ) : int
getTextContent ( ) : String
getValues ( ) : ArrayList
init ( XmlTextReader reader ) : void
isMultivalue ( ) : bool
setIsMultivalue ( ) : void
setStatus ( int status ) : void
setValue ( String propertyValue ) : void

비공개 메소드들

메소드 설명
parseElement ( XmlTextReader reader ) : void

메소드 상세

WebDavProperty() 공개 메소드

public WebDavProperty ( String propertyName ) : System
propertyName String
리턴 System

getPropertyName() 공개 메소드

public getPropertyName ( ) : String
리턴 String

getStatus() 공개 메소드

public getStatus ( ) : int
리턴 int

getTextContent() 공개 메소드

public getTextContent ( ) : String
리턴 String

getValues() 공개 메소드

public getValues ( ) : ArrayList
리턴 System.Collections.ArrayList

init() 공개 메소드

public init ( XmlTextReader reader ) : void
reader System.Xml.XmlTextReader
리턴 void

isMultivalue() 공개 메소드

public isMultivalue ( ) : bool
리턴 bool

setIsMultivalue() 공개 메소드

public setIsMultivalue ( ) : void
리턴 void

setStatus() 공개 메소드

public setStatus ( int status ) : void
status int
리턴 void

setValue() 공개 메소드

public setValue ( String propertyValue ) : void
propertyValue String
리턴 void