C# Класс AJH.CMS.Core.Data.AttributeDataMapper

Показать файл Открыть проект

Приватные методы

Метод Описание
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