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

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

공개 메소드들

메소드 설명
Add ( Feature feature ) : int
AddOtherLanguage ( Feature feature ) : void
AddProductFeature ( int featureId, int productId, int productFeatureValue ) : void
Delete ( int id ) : void
DeleteLogical ( int id ) : void
DeleteProductFeature ( int featureId, int productId ) : void
GetFeature ( int id, int languageID ) : Feature
GetFeatures ( int languageID ) : List
GetFeaturesByProductId ( int productID, int languageID ) : List
Update ( Feature feature ) : void

메소드 상세

Add() 공개 정적인 메소드

public static Add ( Feature feature ) : int
feature AJH.CMS.Core.Entities.Feature
리턴 int

AddOtherLanguage() 공개 정적인 메소드

public static AddOtherLanguage ( Feature feature ) : void
feature AJH.CMS.Core.Entities.Feature
리턴 void

AddProductFeature() 공개 정적인 메소드

public static AddProductFeature ( int featureId, int productId, int productFeatureValue ) : void
featureId int
productId int
productFeatureValue int
리턴 void

Delete() 공개 정적인 메소드

public static Delete ( int id ) : void
id int
리턴 void

DeleteLogical() 공개 정적인 메소드

public static DeleteLogical ( int id ) : void
id int
리턴 void

DeleteProductFeature() 공개 정적인 메소드

public static DeleteProductFeature ( int featureId, int productId ) : void
featureId int
productId int
리턴 void

GetFeature() 공개 정적인 메소드

public static GetFeature ( int id, int languageID ) : Feature
id int
languageID int
리턴 AJH.CMS.Core.Entities.Feature

GetFeatures() 공개 정적인 메소드

public static GetFeatures ( int languageID ) : List
languageID int
리턴 List

GetFeaturesByProductId() 공개 정적인 메소드

public static GetFeaturesByProductId ( int productID, int languageID ) : List
productID int
languageID int
리턴 List

Update() 공개 정적인 메소드

public static Update ( Feature feature ) : void
feature AJH.CMS.Core.Entities.Feature
리턴 void