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

Afficher le fichier Open project: exodev/jcr-msofficeplugin Class Usage Examples

Méthodes publiques

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

Méthode Description
parseElement ( XmlTextReader reader ) : void

Method Details

WebDavProperty() public méthode

public WebDavProperty ( String propertyName ) : System
propertyName String
Résultat System

getPropertyName() public méthode

public getPropertyName ( ) : String
Résultat String

getStatus() public méthode

public getStatus ( ) : int
Résultat int

getTextContent() public méthode

public getTextContent ( ) : String
Résultat String

getValues() public méthode

public getValues ( ) : ArrayList
Résultat System.Collections.ArrayList

init() public méthode

public init ( XmlTextReader reader ) : void
reader System.Xml.XmlTextReader
Résultat void

isMultivalue() public méthode

public isMultivalue ( ) : bool
Résultat bool

setIsMultivalue() public méthode

public setIsMultivalue ( ) : void
Résultat void

setStatus() public méthode

public setStatus ( int status ) : void
status int
Résultat void

setValue() public méthode

public setValue ( String propertyValue ) : void
propertyValue String
Résultat void