C# Class AJH.CMS.Core.Data.FormManager

Show file Open project: ajhCMS/AJH.CMS.WEB.UI

Public Methods

Method Description
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

Method Details

Add() public static method

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

Delete() public static method

public static Delete ( int ID ) : void
ID int
return void

DeleteLogical() public static method

public static DeleteLogical ( int ID ) : void
ID int
return void

GetForm() public static method

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

GetForm() public static method

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

GetForms() public static method

public static GetForms ( ) : List
return List

Update() public static method

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