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

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

공개 메소드들

메소드 설명
Add ( Supplier supplier ) : int
AddOtherLanguage ( Supplier AddOtherLanguage ) : void
Delete ( int id ) : void
DeleteLogical ( int id ) : void
GetSupplier ( int id, int portalID, int languageID ) : Supplier
GetSuppliers ( int portalID, int languageID ) : List
Update ( Supplier supplier ) : void

메소드 상세

Add() 공개 정적인 메소드

public static Add ( Supplier supplier ) : int
supplier AJH.CMS.Core.Entities.Supplier
리턴 int

AddOtherLanguage() 공개 정적인 메소드

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

Delete() 공개 정적인 메소드

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

DeleteLogical() 공개 정적인 메소드

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

GetSupplier() 공개 정적인 메소드

public static GetSupplier ( int id, int portalID, int languageID ) : Supplier
id int
portalID int
languageID int
리턴 AJH.CMS.Core.Entities.Supplier

GetSuppliers() 공개 정적인 메소드

public static GetSuppliers ( int portalID, int languageID ) : List
portalID int
languageID int
리턴 List

Update() 공개 정적인 메소드

public static Update ( Supplier supplier ) : void
supplier AJH.CMS.Core.Entities.Supplier
리턴 void