C# Class SenseNet.ContentRepository.RuntimeContentContainer

Inheritance: Folder
Afficher le fichier Open project: maxpavlov/FlexNet

Private Properties

Свойство Type Description
InitChildrenForTest IEnumerable

Méthodes publiques

Méthode Description
GetChildren ( string text, SenseNet settings, bool getAllChildren ) : SenseNet.Search.QueryResult
RuntimeContentContainer ( Node parent ) : System
RuntimeContentContainer ( Node parent, string nodeTypeName ) : System
SetChildren ( IEnumerable children ) : void

Méthodes protégées

Méthode Description
GetChildren ( ) : IEnumerable
RuntimeContentContainer ( NodeToken token ) : System

Private Methods

Méthode Description
InitChildrenForTest ( ) : IEnumerable

Method Details

GetChildren() protected méthode

protected GetChildren ( ) : IEnumerable
Résultat IEnumerable

GetChildren() public méthode

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

RuntimeContentContainer() public méthode

public RuntimeContentContainer ( Node parent ) : System
parent Node
Résultat System

RuntimeContentContainer() public méthode

public RuntimeContentContainer ( Node parent, string nodeTypeName ) : System
parent Node
nodeTypeName string
Résultat System

RuntimeContentContainer() protected méthode

protected RuntimeContentContainer ( NodeToken token ) : System
token SenseNet.ContentRepository.Storage.NodeToken
Résultat System

SetChildren() public méthode

public SetChildren ( IEnumerable children ) : void
children IEnumerable
Résultat void