C# 클래스 erminas.SmartAPI.CMS.Project.Pages.ExtendedPageSearch

상속: IExtendedPageSearch
파일 보기 프로젝트 열기: erminas/smartapi 1 사용 예제들

Private Properties

프로퍼티 타입 설명
GroupByTypeToString string
OrderByTypeToString string
RunQuery System.Xml.XmlDocument
SortDirectionToString string
ToReleases IEnumerable
ToResult IEnumerable
ToResult List
ToWorkflow WorkflowInfo

공개 메소드들

메소드 설명
Count ( ) : int
Execute ( ) : List
ExtendedPageSearch ( IProject project ) : System

비공개 메소드들

메소드 설명
GroupByTypeToString ( GroupBy type ) : string
OrderByTypeToString ( OrderBy order ) : string
RunQuery ( bool isCountOnly ) : XmlDocument
SortDirectionToString ( SortDirection dir ) : string
ToReleases ( XmlElement releases ) : IEnumerable
ToResult ( XmlNodeList pages ) : IEnumerable
ToResult ( XmlDocument doc ) : List
ToWorkflow ( XmlNodeList workflows ) : WorkflowInfo

메소드 상세

Count() 공개 메소드

public Count ( ) : int
리턴 int

Execute() 공개 메소드

public Execute ( ) : List
리턴 List

ExtendedPageSearch() 공개 메소드

public ExtendedPageSearch ( IProject project ) : System
project IProject
리턴 System