C# Class erminas.SmartAPI.CMS.Project.Pages.ExtendedPageSearch

Inheritance: IExtendedPageSearch
Mostrar archivo Open project: erminas/smartapi Class Usage Examples

Private Properties

Property Type Description
GroupByTypeToString string
OrderByTypeToString string
RunQuery System.Xml.XmlDocument
SortDirectionToString string
ToReleases IEnumerable
ToResult IEnumerable
ToResult List
ToWorkflow WorkflowInfo

Public Methods

Method Description
Count ( ) : int
Execute ( ) : List
ExtendedPageSearch ( IProject project ) : System

Private Methods

Method Description
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

Method Details

Count() public method

public Count ( ) : int
return int

Execute() public method

public Execute ( ) : List
return List

ExtendedPageSearch() public method

public ExtendedPageSearch ( IProject project ) : System
project IProject
return System