C# Class exo_jcr.webdav.csclient.Search.AbstractQuery

Inheritance: DavQuery
ファイルを表示 Open project: exodev/jcr-msofficeplugin

Protected Properties

Property Type Description
properties System.Collections.ArrayList

Public Methods

Method Description
addSelectProperty ( String propertyName ) : void
toXml ( XmlTextWriter writer ) : void

Method Details

addSelectProperty() public method

public addSelectProperty ( String propertyName ) : void
propertyName String
return void

toXml() public abstract method

public abstract toXml ( XmlTextWriter writer ) : void
writer System.Xml.XmlTextWriter
return void

Property Details

properties protected_oe property

protected ArrayList,System.Collections properties
return System.Collections.ArrayList