C# 클래스 Quantumart.QP8.BLL.Processors.TreeProcessors.ArticleSimpleProcessor

Рекурсивно загружает дерево и если необходимо, - дочерние элементы
상속: ITreeProcessor
파일 보기 프로젝트 열기: QuantumArt/QP

공개 메소드들

메소드 설명
ArticleSimpleProcessor ( int contentId, int? entityId, string filter, string entityTypeCode, string selectedIdsString ) : System.Collections.Generic
Process ( ) : IList

비공개 메소드들

메소드 설명
GetChildArticles ( int? parentArticleId, string filter, ICollection selectedIds, Field treeField ) : IList

메소드 상세

ArticleSimpleProcessor() 공개 메소드

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

Process() 공개 메소드

public Process ( ) : IList
리턴 IList