C# Class AJH.CMS.Core.Data.ArticleDataMapper

Show file Open project: ajhCMS/AJH.CMS.WEB.UI

Private Methods

Method Description
Add ( IEntity entity ) : int
Delete ( int ID ) : void
DeleteLogical ( int ID ) : void
FillFromReader ( Article article, System.Data.SqlClient.SqlDataReader reader ) : void
GetArticle ( List
articles, System.Data.SqlClient.SqlDataReader reader ) : Article
GetArticle ( int ArticleID ) : Article
GetArticle ( int articleParentObjID, int languageID ) : Article
GetArticles ( ) : List
GetArticles ( int CategoryID ) : List
GetArticles ( int PortalID, int LanguageID ) : List
GetArticlesPublishXML ( int CategoryID, int languageId, int RowFrom, int RowTo, int &TotalCount ) : string
GetParentArticles ( int CategoryID ) : List
Update ( IEntity entity ) : void