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

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 ( HtmlBlock htmlBlock, System.Data.SqlClient.SqlDataReader reader ) : void
GetHtmlBlock ( List htmlBlocks, System.Data.SqlClient.SqlDataReader reader ) : HtmlBlock
GetHtmlBlockById ( int HtmlBlockID ) : HtmlBlock
GetHtmlBlocks ( ) : List
GetHtmlBlocks ( int PortalID, int LanguageID ) : List
Update ( IEntity entity ) : void