C# Class SenseNet.ContentRepository.SmartFolder

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

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
GetChildren ( string text, QuerySettings settings, bool getAllChildren ) : QueryResult
GetProperty ( string name ) : object
SetProperty ( string name, object value ) : void
SmartFolder ( Node parent ) : System.Collections.Generic
SmartFolder ( Node parent, string nodeTypeName ) : System.Collections.Generic

Méthodes protégées

Méthode Description
GetChildren ( ) : IEnumerable
SmartFolder ( NodeToken nt ) : System.Collections.Generic

Method Details

GetChildren() protected méthode

protected GetChildren ( ) : IEnumerable
Résultat IEnumerable

GetChildren() public méthode

public GetChildren ( string text, QuerySettings settings, bool getAllChildren ) : QueryResult
text string
settings SenseNet.Search.QuerySettings
getAllChildren bool
Résultat QueryResult

GetProperty() public méthode

public GetProperty ( string name ) : object
name string
Résultat object

SetProperty() public méthode

public SetProperty ( string name, object value ) : void
name string
value object
Résultat void

SmartFolder() public méthode

public SmartFolder ( Node parent ) : System.Collections.Generic
parent Node
Résultat System.Collections.Generic

SmartFolder() public méthode

public SmartFolder ( Node parent, string nodeTypeName ) : System.Collections.Generic
parent Node
nodeTypeName string
Résultat System.Collections.Generic

SmartFolder() protected méthode

protected SmartFolder ( NodeToken nt ) : System.Collections.Generic
nt SenseNet.ContentRepository.Storage.NodeToken
Résultat System.Collections.Generic