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

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

Private Methods

Method Description
Add ( IEntity entity ) : int
AddOtherLanguage ( IEntity entity ) : void
Delete ( int id ) : void
DeleteLogical ( int id ) : void
FillFromReader ( AJH attribute, System.Data.SqlClient.SqlDataReader reader ) : void
GetAttribute ( List attributes, System.Data.SqlClient.SqlDataReader reader ) : Attribute
GetAttribute ( int id, int languageID ) : Attribute
GetAttributes ( int languageID ) : List
GetAttributesByCombinationID ( int combinationID, int languageID ) : List
GetAttributesByGroupID ( int groupID, int languageID ) : List
Update ( IEntity entity ) : void