메소드 | 설명 | |
---|---|---|
Dispose ( ) : void | ||
FindByFilename ( System.Guid siteID, string urlFileName ) : |
||
FindHome ( System.Guid siteID ) : |
||
FindHome ( System.Guid siteID, bool bActiveOnly ) : |
||
GetBlogHeadingFromURL ( |
||
GetCategoryList ( System.Guid siteID, int iUpdates ) : List |
||
GetCategoryListForPost ( System.Guid siteID, int iUpdates, System.Guid rootContentID ) : List |
||
GetCategoryListForPost ( System.Guid siteID, int iUpdates, string urlFileName ) : List |
||
GetChildNavigation ( System.Guid siteID, System.Guid parentPageID, bool bActiveOnly ) : List |
||
GetChildNavigation ( System.Guid siteID, string parentPage, bool bActiveOnly ) : List |
||
GetChildNavigationCount ( System.Guid siteID, System.Guid parentPageID, bool bActiveOnly ) : int | ||
GetChildNavigationCount ( System.Guid siteID, string parentPage, bool bActiveOnly ) : int | ||
GetFilteredContentByIDPagedCount ( |
||
GetFilteredContentByIDPagedCount ( |
||
GetFilteredContentByIDPagedList ( |
||
GetFilteredContentByIDPagedList ( |
||
GetFilteredContentPagedCount ( |
||
GetFilteredContentPagedList ( |
||
GetLatest ( System.Guid siteID, int iUpdates, bool bActiveOnly ) : List |
||
GetLatestBlogPagedList ( System.Guid siteID, bool bActiveOnly, int pageNumber ) : List |
||
GetLatestBlogPagedList ( System.Guid siteID, bool bActiveOnly, int pageSize, int pageNumber ) : List |
||
GetLatestBlogPagedList ( System.Guid siteID, bool bActiveOnly, int pageSize, int pageNumber, string sortField, string sortDir ) : List |
||
GetLatestBlogPagedList ( System.Guid siteID, bool bActiveOnly, int pageNumber, string sortField, string sortDir ) : List |
||
GetLatestChildContentPagedList ( System.Guid siteID, System.Guid parentContentID, bool bActiveOnly, int pageSize, int pageNumber, string sortField, string sortDir ) : List |
||
GetLatestChildContentPagedList ( System.Guid siteID, string parentPage, bool bActiveOnly, int pageSize, int pageNumber, string sortField, string sortDir ) : List |
||
GetLatestContentPagedList ( System.Guid siteID, |
||
GetLatestContentPagedList ( System.Guid siteID, |
||
GetLatestContentPagedList ( System.Guid siteID, |
||
GetLatestContentPagedList ( System.Guid siteID, |
||
GetLatestContentSearchList ( System.Guid siteID, string searchTerm, bool bActiveOnly, int pageSize, int pageNumber, string sortField, string sortDir ) : List |
||
GetLatestPostUpdates ( System.Guid siteID, int iUpdates, bool bActiveOnly ) : List |
||
GetLatestPosts ( System.Guid siteID, int iUpdates, bool bActiveOnly ) : List |
||
GetLatestUpdates ( System.Guid siteID, int iUpdates, bool bActiveOnly ) : List |
||
GetLatestVersion ( System.Guid siteID, System.Guid rootContentID ) : |
||
GetLatestVersion ( System.Guid siteID, bool bActiveOnly, string sPage ) : |
||
GetLevelDepthNavigation ( System.Guid siteID, int iDepth, bool bActiveOnly ) : List |
||
GetMasterNavigation ( System.Guid siteID, bool bActiveOnly ) : List |
||
GetMonthBlogUpdateList ( System.Guid siteID, int iUpdates, bool bActiveOnly ) : List |
||
GetNextPost ( System.Guid siteID, System.Guid rootContentID, bool bActiveOnly ) : |
||
GetPageCrumbNavigation ( System.Guid siteID, System.Guid rootContentID, bool bActiveOnly ) : List |
||
GetPageCrumbNavigation ( System.Guid siteID, string sPage, bool bActiveOnly ) : List |
||
GetPageNavigation ( System.Guid siteID, System.Guid rootContentID ) : |
||
GetPageNavigation ( System.Guid siteID, string sPage ) : |
||
GetParentPageNavigation ( System.Guid siteID, System.Guid rootContentID ) : |
||
GetParentPageNavigation ( System.Guid siteID, string sPage ) : |
||
GetPrevPost ( System.Guid siteID, System.Guid rootContentID, bool bActiveOnly ) : |
||
GetSiblingNavigation ( System.Guid siteID, System.Guid PageID, bool bActiveOnly ) : List |
||
GetSiblingNavigation ( System.Guid siteID, string sPage, bool bActiveOnly ) : List |
||
GetSingleMonthBlogUpdateList ( |
||
GetSiteContentCount ( System.Guid siteID ) : int | ||
GetSitePageCount ( System.Guid siteID, |
||
GetSitePageCount ( System.Guid siteID, |
||
GetSiteSearchCount ( System.Guid siteID, string searchTerm, bool bActiveOnly ) : int | ||
GetTagList ( System.Guid siteID, int iUpdates ) : List |
||
GetTagListForPost ( System.Guid siteID, int iUpdates, System.Guid rootContentID ) : List |
||
GetTagListForPost ( System.Guid siteID, int iUpdates, string urlFileName ) : List |
||
GetTopNavigation ( System.Guid siteID, bool bActiveOnly ) : List |
||
GetTwoLevelNavigation ( System.Guid siteID, bool bActiveOnly ) : List |
||
PerformDataPagingQueryableContent ( System.Guid siteID, bool bActiveOnly, int pageSize, int pageNumber, string sortField, string sortDir, IQueryable |
||
SiteNavHelperReal ( ) : System |
메소드 | 설명 | |
---|---|---|
GetPageCrumbNavByContent ( vw_carrot_Content content, bool bActiveOnly ) : List |
||
GetPageNavigation ( System.Guid siteID, System.Guid rootContentID, bool bActiveOnly ) : |
||
GetParentPageNavigationByNav ( System.Guid siteID, |
public FindByFilename ( System.Guid siteID, string urlFileName ) : |
||
siteID | System.Guid | |
urlFileName | string | |
리턴 |
public FindHome ( System.Guid siteID, bool bActiveOnly ) : |
||
siteID | System.Guid | |
bActiveOnly | bool | |
리턴 |
public GetBlogHeadingFromURL ( |
||
currentSite | ||
sFilterPath | string | |
리턴 | string |
public GetCategoryList ( System.Guid siteID, int iUpdates ) : List |
||
siteID | System.Guid | |
iUpdates | int | |
리턴 | List |
public GetCategoryListForPost ( System.Guid siteID, int iUpdates, System.Guid rootContentID ) : List |
||
siteID | System.Guid | |
iUpdates | int | |
rootContentID | System.Guid | |
리턴 | List |
public GetCategoryListForPost ( System.Guid siteID, int iUpdates, string urlFileName ) : List |
||
siteID | System.Guid | |
iUpdates | int | |
urlFileName | string | |
리턴 | List |
public GetChildNavigation ( System.Guid siteID, System.Guid parentPageID, bool bActiveOnly ) : List |
||
siteID | System.Guid | |
parentPageID | System.Guid | |
bActiveOnly | bool | |
리턴 | List |
public GetChildNavigation ( System.Guid siteID, string parentPage, bool bActiveOnly ) : List |
||
siteID | System.Guid | |
parentPage | string | |
bActiveOnly | bool | |
리턴 | List |
public GetChildNavigationCount ( System.Guid siteID, System.Guid parentPageID, bool bActiveOnly ) : int | ||
siteID | System.Guid | |
parentPageID | System.Guid | |
bActiveOnly | bool | |
리턴 | int |
public GetChildNavigationCount ( System.Guid siteID, string parentPage, bool bActiveOnly ) : int | ||
siteID | System.Guid | |
parentPage | string | |
bActiveOnly | bool | |
리턴 | int |
public GetFilteredContentByIDPagedCount ( |
||
currentSite | ||
lstCategoryGUIDs | List |
|
lstCategorySlugs | List |
|
bActiveOnly | bool | |
리턴 | int |
public GetFilteredContentByIDPagedCount ( |
||
currentSite | ||
lstCategories | List |
|
bActiveOnly | bool | |
리턴 | int |
public GetFilteredContentByIDPagedList ( |
||
currentSite | ||
lstCategoryGUIDs | List |
|
lstCategorySlugs | List |
|
bActiveOnly | bool | |
pageSize | int | |
pageNumber | int | |
sortField | string | |
sortDir | string | |
리턴 | List |
public GetFilteredContentByIDPagedList ( |
||
currentSite | ||
lstCategories | List |
|
bActiveOnly | bool | |
pageSize | int | |
pageNumber | int | |
sortField | string | |
sortDir | string | |
리턴 | List |
public GetFilteredContentPagedCount ( |
||
currentSite | ||
sFilterPath | string | |
bActiveOnly | bool | |
리턴 | int |
public GetFilteredContentPagedList ( |
||
currentSite | ||
sFilterPath | string | |
bActiveOnly | bool | |
pageSize | int | |
pageNumber | int | |
sortField | string | |
sortDir | string | |
리턴 | List |
public GetLatest ( System.Guid siteID, int iUpdates, bool bActiveOnly ) : List |
||
siteID | System.Guid | |
iUpdates | int | |
bActiveOnly | bool | |
리턴 | List |
public GetLatestBlogPagedList ( System.Guid siteID, bool bActiveOnly, int pageNumber ) : List |
||
siteID | System.Guid | |
bActiveOnly | bool | |
pageNumber | int | |
리턴 | List |
public GetLatestBlogPagedList ( System.Guid siteID, bool bActiveOnly, int pageSize, int pageNumber ) : List |
||
siteID | System.Guid | |
bActiveOnly | bool | |
pageSize | int | |
pageNumber | int | |
리턴 | List |
public GetLatestBlogPagedList ( System.Guid siteID, bool bActiveOnly, int pageSize, int pageNumber, string sortField, string sortDir ) : List |
||
siteID | System.Guid | |
bActiveOnly | bool | |
pageSize | int | |
pageNumber | int | |
sortField | string | |
sortDir | string | |
리턴 | List |
public GetLatestBlogPagedList ( System.Guid siteID, bool bActiveOnly, int pageNumber, string sortField, string sortDir ) : List |
||
siteID | System.Guid | |
bActiveOnly | bool | |
pageNumber | int | |
sortField | string | |
sortDir | string | |
리턴 | List |
public GetLatestChildContentPagedList ( System.Guid siteID, System.Guid parentContentID, bool bActiveOnly, int pageSize, int pageNumber, string sortField, string sortDir ) : List |
||
siteID | System.Guid | |
parentContentID | System.Guid | |
bActiveOnly | bool | |
pageSize | int | |
pageNumber | int | |
sortField | string | |
sortDir | string | |
리턴 | List |
public GetLatestChildContentPagedList ( System.Guid siteID, string parentPage, bool bActiveOnly, int pageSize, int pageNumber, string sortField, string sortDir ) : List |
||
siteID | System.Guid | |
parentPage | string | |
bActiveOnly | bool | |
pageSize | int | |
pageNumber | int | |
sortField | string | |
sortDir | string | |
리턴 | List |
public GetLatestContentPagedList ( System.Guid siteID, |
||
siteID | System.Guid | |
postType | ||
bActiveOnly | bool | |
pageNumber | int | |
리턴 | List |
public GetLatestContentPagedList ( System.Guid siteID, |
||
siteID | System.Guid | |
postType | ||
bActiveOnly | bool | |
pageSize | int | |
pageNumber | int | |
리턴 | List |
public GetLatestContentPagedList ( System.Guid siteID, |
||
siteID | System.Guid | |
postType | ||
bActiveOnly | bool | |
pageSize | int | |
pageNumber | int | |
sortField | string | |
sortDir | string | |
리턴 | List |
public GetLatestContentPagedList ( System.Guid siteID, |
||
siteID | System.Guid | |
postType | ||
bActiveOnly | bool | |
pageNumber | int | |
sortField | string | |
sortDir | string | |
리턴 | List |
public GetLatestContentSearchList ( System.Guid siteID, string searchTerm, bool bActiveOnly, int pageSize, int pageNumber, string sortField, string sortDir ) : List |
||
siteID | System.Guid | |
searchTerm | string | |
bActiveOnly | bool | |
pageSize | int | |
pageNumber | int | |
sortField | string | |
sortDir | string | |
리턴 | List |
public GetLatestPostUpdates ( System.Guid siteID, int iUpdates, bool bActiveOnly ) : List |
||
siteID | System.Guid | |
iUpdates | int | |
bActiveOnly | bool | |
리턴 | List |
public GetLatestPosts ( System.Guid siteID, int iUpdates, bool bActiveOnly ) : List |
||
siteID | System.Guid | |
iUpdates | int | |
bActiveOnly | bool | |
리턴 | List |
public GetLatestUpdates ( System.Guid siteID, int iUpdates, bool bActiveOnly ) : List |
||
siteID | System.Guid | |
iUpdates | int | |
bActiveOnly | bool | |
리턴 | List |
public GetLatestVersion ( System.Guid siteID, System.Guid rootContentID ) : |
||
siteID | System.Guid | |
rootContentID | System.Guid | |
리턴 |
public GetLatestVersion ( System.Guid siteID, bool bActiveOnly, string sPage ) : |
||
siteID | System.Guid | |
bActiveOnly | bool | |
sPage | string | |
리턴 |
public GetLevelDepthNavigation ( System.Guid siteID, int iDepth, bool bActiveOnly ) : List |
||
siteID | System.Guid | |
iDepth | int | |
bActiveOnly | bool | |
리턴 | List |
public GetMasterNavigation ( System.Guid siteID, bool bActiveOnly ) : List |
||
siteID | System.Guid | |
bActiveOnly | bool | |
리턴 | List |
public GetMonthBlogUpdateList ( System.Guid siteID, int iUpdates, bool bActiveOnly ) : List |
||
siteID | System.Guid | |
iUpdates | int | |
bActiveOnly | bool | |
리턴 | List |
public GetNextPost ( System.Guid siteID, System.Guid rootContentID, bool bActiveOnly ) : |
||
siteID | System.Guid | |
rootContentID | System.Guid | |
bActiveOnly | bool | |
리턴 |
public GetPageCrumbNavigation ( System.Guid siteID, System.Guid rootContentID, bool bActiveOnly ) : List |
||
siteID | System.Guid | |
rootContentID | System.Guid | |
bActiveOnly | bool | |
리턴 | List |
public GetPageCrumbNavigation ( System.Guid siteID, string sPage, bool bActiveOnly ) : List |
||
siteID | System.Guid | |
sPage | string | |
bActiveOnly | bool | |
리턴 | List |
public GetPageNavigation ( System.Guid siteID, System.Guid rootContentID ) : |
||
siteID | System.Guid | |
rootContentID | System.Guid | |
리턴 |
public GetPageNavigation ( System.Guid siteID, string sPage ) : |
||
siteID | System.Guid | |
sPage | string | |
리턴 |
public GetParentPageNavigation ( System.Guid siteID, System.Guid rootContentID ) : |
||
siteID | System.Guid | |
rootContentID | System.Guid | |
리턴 |
public GetParentPageNavigation ( System.Guid siteID, string sPage ) : |
||
siteID | System.Guid | |
sPage | string | |
리턴 |
public GetPrevPost ( System.Guid siteID, System.Guid rootContentID, bool bActiveOnly ) : |
||
siteID | System.Guid | |
rootContentID | System.Guid | |
bActiveOnly | bool | |
리턴 |
public GetSiblingNavigation ( System.Guid siteID, System.Guid PageID, bool bActiveOnly ) : List |
||
siteID | System.Guid | |
PageID | System.Guid | |
bActiveOnly | bool | |
리턴 | List |
public GetSiblingNavigation ( System.Guid siteID, string sPage, bool bActiveOnly ) : List |
||
siteID | System.Guid | |
sPage | string | |
bActiveOnly | bool | |
리턴 | List |
public GetSingleMonthBlogUpdateList ( |
||
currentSite | ||
monthDate | System.DateTime | |
bActiveOnly | bool | |
리턴 | List |
public GetSiteContentCount ( System.Guid siteID ) : int | ||
siteID | System.Guid | |
리턴 | int |
public GetSitePageCount ( System.Guid siteID, |
||
siteID | System.Guid | |
entryType | ||
리턴 | int |
public GetSitePageCount ( System.Guid siteID, |
||
siteID | System.Guid | |
entryType | ||
bActiveOnly | bool | |
리턴 | int |
public GetSiteSearchCount ( System.Guid siteID, string searchTerm, bool bActiveOnly ) : int | ||
siteID | System.Guid | |
searchTerm | string | |
bActiveOnly | bool | |
리턴 | int |
public GetTagList ( System.Guid siteID, int iUpdates ) : List |
||
siteID | System.Guid | |
iUpdates | int | |
리턴 | List |
public GetTagListForPost ( System.Guid siteID, int iUpdates, System.Guid rootContentID ) : List |
||
siteID | System.Guid | |
iUpdates | int | |
rootContentID | System.Guid | |
리턴 | List |
public GetTagListForPost ( System.Guid siteID, int iUpdates, string urlFileName ) : List |
||
siteID | System.Guid | |
iUpdates | int | |
urlFileName | string | |
리턴 | List |
public GetTopNavigation ( System.Guid siteID, bool bActiveOnly ) : List |
||
siteID | System.Guid | |
bActiveOnly | bool | |
리턴 | List |
public GetTwoLevelNavigation ( System.Guid siteID, bool bActiveOnly ) : List |
||
siteID | System.Guid | |
bActiveOnly | bool | |
리턴 | List |
public PerformDataPagingQueryableContent ( System.Guid siteID, bool bActiveOnly, int pageSize, int pageNumber, string sortField, string sortDir, IQueryable |
||
siteID | System.Guid | |
bActiveOnly | bool | |
pageSize | int | |
pageNumber | int | |
sortField | string | |
sortDir | string | |
QueryInput | IQueryable |
|
리턴 | List |