C# Class SenseNet.ContentRepository.SearchFolder

Inheritance: FeedContent
Afficher le fichier Open project: maxpavlov/FlexNet Class Usage Examples

Méthodes publiques

Méthode Description
Create ( ContentQuery query ) : SearchFolder
Create ( IEnumerable nodes ) : SearchFolder

Méthodes protégées

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

Méthode Description
Create ( NodeQuery query ) : SearchFolder
SearchFolder ( ) : System

Method Details

Create() public static méthode

public static Create ( ContentQuery query ) : SearchFolder
query SenseNet.Search.ContentQuery
Résultat SearchFolder

Create() public static méthode

public static Create ( IEnumerable nodes ) : SearchFolder
nodes IEnumerable
Résultat SearchFolder

WriteXml() protected méthode

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

WriteXml() protected méthode

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

WriteXml() protected méthode

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