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

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

공개 메소드들

메소드 설명
Add ( Form form ) : int
Delete ( int ID ) : void
DeleteLogical ( int ID ) : void
GetForm ( int ID ) : Form
GetForm ( string FormCode ) : Form
GetForms ( ) : List
Update ( Form form ) : void

메소드 상세

Add() 공개 정적인 메소드

public static Add ( Form form ) : int
form AJH.CMS.Core.Entities.Form
리턴 int

Delete() 공개 정적인 메소드

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

DeleteLogical() 공개 정적인 메소드

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

GetForm() 공개 정적인 메소드

public static GetForm ( int ID ) : Form
ID int
리턴 AJH.CMS.Core.Entities.Form

GetForm() 공개 정적인 메소드

public static GetForm ( string FormCode ) : Form
FormCode string
리턴 AJH.CMS.Core.Entities.Form

GetForms() 공개 정적인 메소드

public static GetForms ( ) : List
리턴 List

Update() 공개 정적인 메소드

public static Update ( Form form ) : void
form AJH.CMS.Core.Entities.Form
리턴 void