C# Class SenseNet.ContentRepository.SearchFolder

Inheritance: FeedContent
Show file Open project: maxpavlov/FlexNet Class Usage Examples

Public Methods

Method Description
Create ( ContentQuery query ) : SearchFolder
Create ( IEnumerable nodes ) : SearchFolder

Protected Methods

Method Description
WriteXml ( XmlWriter writer, bool withChildren, SerializationOptions options ) : void
WriteXml ( XmlWriter writer, string queryFilter, QuerySettings querySettings, SerializationOptions options ) : void
WriteXml ( XmlWriter writer, string referenceMemberName, SerializationOptions options ) : void

Private Methods

Method Description
Create ( NodeQuery query ) : SearchFolder
SearchFolder ( ) : System

Method Details

Create() public static method

public static Create ( ContentQuery query ) : SearchFolder
query SenseNet.Search.ContentQuery
return SearchFolder

Create() public static method

public static Create ( IEnumerable nodes ) : SearchFolder
nodes IEnumerable
return SearchFolder

WriteXml() protected method

protected WriteXml ( XmlWriter writer, bool withChildren, SerializationOptions options ) : void
writer System.Xml.XmlWriter
withChildren bool
options SerializationOptions
return void

WriteXml() protected method

protected WriteXml ( XmlWriter writer, string queryFilter, QuerySettings querySettings, SerializationOptions options ) : void
writer System.Xml.XmlWriter
queryFilter string
querySettings SenseNet.Search.QuerySettings
options SerializationOptions
return void

WriteXml() protected method

protected WriteXml ( XmlWriter writer, string referenceMemberName, SerializationOptions options ) : void
writer System.Xml.XmlWriter
referenceMemberName string
options SerializationOptions
return void