C# Class Quantumart.QP8.BLL.Processors.TreeProcessors.ArticleSimpleProcessor

Рекурсивно загружает дерево и если необходимо, - дочерние элементы
Inheritance: ITreeProcessor
Afficher le fichier Open project: QuantumArt/QP

Méthodes publiques

Méthode Description
ArticleSimpleProcessor ( int contentId, int? entityId, string filter, string entityTypeCode, string selectedIdsString ) : System.Collections.Generic
Process ( ) : IList

Private Methods

Méthode Description
GetChildArticles ( int? parentArticleId, string filter, ICollection selectedIds, Field treeField ) : IList

Method Details

ArticleSimpleProcessor() public méthode

public ArticleSimpleProcessor ( int contentId, int? entityId, string filter, string entityTypeCode, string selectedIdsString ) : System.Collections.Generic
contentId int
entityId int?
filter string
entityTypeCode string
selectedIdsString string
Résultat System.Collections.Generic

Process() public méthode

public Process ( ) : IList
Résultat IList