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

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

Public Methods

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

Private Methods

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

Method Details

ArticleSimpleProcessor() public method

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
return System.Collections.Generic

Process() public method

public Process ( ) : IList
return IList