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

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

Méthodes publiques

Méthode Description
SupportedQueryGrammarSetProperty ( ) : System
getSearchTypes ( ) : ArrayList
init ( XmlTextReader reader ) : void

Private Methods

Méthode Description
parseGrammar ( XmlTextReader reader ) : void
parseSupportedQueryGrammar ( XmlTextReader reader ) : void

Method Details

SupportedQueryGrammarSetProperty() public méthode

public SupportedQueryGrammarSetProperty ( ) : System
Résultat System

getSearchTypes() public méthode

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

init() public méthode

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