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

Afficher le fichier Open project: ajhCMS/AJH.CMS.WEB.UI

Méthodes publiques

Méthode 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 méthode

public static Add ( Form form ) : int
form AJH.CMS.Core.Entities.Form
Résultat int

Delete() public static méthode

public static Delete ( int ID ) : void
ID int
Résultat void

DeleteLogical() public static méthode

public static DeleteLogical ( int ID ) : void
ID int
Résultat void

GetForm() public static méthode

public static GetForm ( int ID ) : Form
ID int
Résultat AJH.CMS.Core.Entities.Form

GetForm() public static méthode

public static GetForm ( string FormCode ) : Form
FormCode string
Résultat AJH.CMS.Core.Entities.Form

GetForms() public static méthode

public static GetForms ( ) : List
Résultat List

Update() public static méthode

public static Update ( Form form ) : void
form AJH.CMS.Core.Entities.Form
Résultat void