C# Class exo_jcr.webdav.csclient.DavProperties.WebDavProperty

Exibir arquivo Open project: exodev/jcr-msofficeplugin Class Usage Examples

Public Methods

Method Description
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

Private Methods

Method Description
parseElement ( XmlTextReader reader ) : void

Method Details

WebDavProperty() public method

public WebDavProperty ( String propertyName ) : System
propertyName String
return System

getPropertyName() public method

public getPropertyName ( ) : String
return String

getStatus() public method

public getStatus ( ) : int
return int

getTextContent() public method

public getTextContent ( ) : String
return String

getValues() public method

public getValues ( ) : ArrayList
return System.Collections.ArrayList

init() public method

public init ( XmlTextReader reader ) : void
reader System.Xml.XmlTextReader
return void

isMultivalue() public method

public isMultivalue ( ) : bool
return bool

setIsMultivalue() public method

public setIsMultivalue ( ) : void
return void

setStatus() public method

public setStatus ( int status ) : void
status int
return void

setValue() public method

public setValue ( String propertyValue ) : void
propertyValue String
return void