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

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

Private Methods

Method Description
Add ( Form formEntity ) : int
Delete ( int ID ) : void
DeleteLogical ( int ID ) : void
FillFromReader ( Form form, System.Data.SqlClient.SqlDataReader reader ) : void
GetForm ( List
forms, System.Data.SqlClient.SqlDataReader reader ) : Form
GetFormByFormCode ( string FormCode ) : Form
GetFormById ( int FormID ) : Form
GetForms ( ) : List
Update ( Form formEntity ) : void