C# Class Carrotware.CMS.Core.CannedQueries

Mostrar archivo Open project: ninianne98/CarrotCakeCMS-MVC Class Usage Examples

Private Methods

Method Description
FindCommentsByDate ( Carrotware.CMS.Data.CarrotCMSDataContext ctx, System.Guid siteID, System.Guid rootContentID, System.DateTime postDate, string postIP ) : IQueryable
FindCommentsByDate ( Carrotware.CMS.Data.CarrotCMSDataContext ctx, System.Guid siteID, System.Guid rootContentID, System.DateTime postDate, string postIP, string sCommentText ) : IQueryable
FindPageByTitleAndDate ( CarrotCMSDataContext ctx, Guid siteID, string sTitle, string sFileNameFrag, DateTime dateCreate ) : IQueryable
GetAllBlogList ( CarrotCMSDataContext ctx, Guid siteID ) : IQueryable
GetAllByTypeList ( CarrotCMSDataContext ctx, Guid siteID, bool bActiveOnly, ContentPageType entryType ) : IQueryable
GetAllContentList ( CarrotCMSDataContext ctx, Guid siteID ) : IQueryable
GetAllRootTbl ( CarrotCMSDataContext ctx, Guid siteID ) : IQueryable
GetBlogAllContentTbl ( CarrotCMSDataContext ctx, Guid siteID ) : IQueryable
GetBlogAllRootTbl ( CarrotCMSDataContext ctx, Guid siteID ) : IQueryable
GetCategoryURLs ( CarrotCMSDataContext ctx, Guid siteID ) : IQueryable
GetContentAllContentTbl ( CarrotCMSDataContext ctx, Guid siteID ) : IQueryable
GetContentAllRootTbl ( CarrotCMSDataContext ctx, Guid siteID ) : IQueryable
GetContentByCategoryIDs ( CarrotCMSDataContext ctx, Guid siteID, bool bActiveOnly, List lstCategories ) : IQueryable
GetContentByCategoryIDs ( CarrotCMSDataContext ctx, Guid siteID, bool bActiveOnly, List lstCategoryGUIDs, List lstCategorySlugs ) : IQueryable
GetContentByCategoryURL ( CarrotCMSDataContext ctx, Guid siteID, bool bActiveOnly, string sCatURL ) : IQueryable
GetContentByStatusAndDateRange ( CarrotCMSDataContext ctx, Guid siteID, ContentPageType pageType, DateTime dateBegin, DateTime dateEnd, bool bActive, bool bSiteMap, bool bSiteNav, bool bBlock ) : IQueryable
GetContentByTagURL ( CarrotCMSDataContext ctx, Guid siteID, bool bActiveOnly, string sTagURL ) : IQueryable
GetContentByUserURL ( CarrotCMSDataContext ctx, Guid siteID, bool bActiveOnly, string sUserURL ) : IQueryable
GetContentCategoryMapByContentID ( CarrotCMSDataContext ctx, Guid rootContentID ) : IQueryable
GetContentPageComments ( CarrotCMSDataContext ctx, Guid rootContentID, bool bActiveOnly ) : IQueryable
GetContentPageComments ( CarrotCMSDataContext ctx, Guid rootContentID, bool approved, bool spam ) : IQueryable
GetContentSiteSearch ( CarrotCMSDataContext ctx, Guid siteID, bool bActiveOnly, string searchTerm ) : IQueryable
GetContentSubContentTbl ( CarrotCMSDataContext ctx, Guid siteID ) : IQueryable
GetContentTagMapByContentID ( CarrotCMSDataContext ctx, Guid rootContentID ) : IQueryable
GetContentTopContentTbl ( CarrotCMSDataContext ctx, Guid siteID ) : IQueryable
GetLatestBlogList ( CarrotCMSDataContext ctx, Guid siteID, bool bActiveOnly ) : IQueryable
GetLatestBlogListDateRange ( CarrotCMSDataContext ctx, Guid siteID, DateTime dateBegin, DateTime dateEnd, bool bActiveOnly ) : IQueryable
GetLatestContentByParent ( CarrotCMSDataContext ctx, Guid siteID, Guid parentContentID, bool bActiveOnly ) : IQueryable
GetLatestContentByParent ( CarrotCMSDataContext ctx, Guid siteID, string parentPage, bool bActiveOnly ) : IQueryable
GetLatestContentList ( CarrotCMSDataContext ctx, Guid siteID, bool bActiveOnly ) : IQueryable
GetPostCategoryURL ( CarrotCMSDataContext ctx, Guid siteID, Guid rootContentID ) : IQueryable
GetPostCategoryURL ( CarrotCMSDataContext ctx, Guid siteID, string urlFileName ) : IQueryable
GetPostTagURLs ( CarrotCMSDataContext ctx, Guid siteID, Guid rootContentID ) : IQueryable
GetPostTagURLs ( CarrotCMSDataContext ctx, Guid siteID, string urlFileName ) : IQueryable
GetSiteContentComments ( CarrotCMSDataContext ctx, Guid siteID ) : IQueryable
GetSiteContentCommentsByPostType ( CarrotCMSDataContext ctx, Guid siteID, ContentPageType contentEntry ) : IQueryable
GetSiteContentCommentsByPostType ( CarrotCMSDataContext ctx, Guid siteID, ContentPageType contentEntry, bool approved, bool spam ) : IQueryable
GetSnippets ( CarrotCMSDataContext ctx, Guid siteID, bool bActiveOnly ) : IQueryable
GetTagURLs ( CarrotCMSDataContext ctx, Guid siteID ) : IQueryable
GetTemplateCounts ( CarrotCMSDataContext ctx, Guid siteID, ContentPageType pageType ) : float>.Dictionary
GetWidgetDataByRootAll ( CarrotCMSDataContext ctx, Guid rootWidgetID ) : IQueryable
GetWidgetsByRootContent ( CarrotCMSDataContext ctx, Guid rootContentID ) : IQueryable