C# 클래스 AJH.CMS.Core.Data.AttributeDataMapper

파일 보기 프로젝트 열기: ajhCMS/AJH.CMS.WEB.UI

비공개 메소드들

메소드 설명
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