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

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

Public Methods

Method Description
SupportedQueryGrammarSetProperty ( ) : System
getSearchTypes ( ) : ArrayList
init ( XmlTextReader reader ) : void

Private Methods

Method Description
parseGrammar ( XmlTextReader reader ) : void
parseSupportedQueryGrammar ( XmlTextReader reader ) : void

Method Details

SupportedQueryGrammarSetProperty() public method

public SupportedQueryGrammarSetProperty ( ) : System
return System

getSearchTypes() public method

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

init() public method

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