C# Class Disco.Web.AjaxHelpers

Inheritance: System.Web.WebPages.HelperPage
Afficher le fichier Open project: garysharp/Disco

Méthodes publiques

Méthode Description
AjaxHelpers ( ) : System
AjaxLoader ( string id = null ) : System.Web.WebPages.HelperResult
AjaxRemove ( ) : System.Web.WebPages.HelperResult
AjaxSave ( ) : System.Web.WebPages.HelperResult
JsonDate ( System.DateTime date ) : System.Web.WebPages.HelperResult

Method Details

AjaxHelpers() public méthode

public AjaxHelpers ( ) : System
Résultat System

AjaxLoader() public static méthode

public static AjaxLoader ( string id = null ) : System.Web.WebPages.HelperResult
id string
Résultat System.Web.WebPages.HelperResult

AjaxRemove() public static méthode

public static AjaxRemove ( ) : System.Web.WebPages.HelperResult
Résultat System.Web.WebPages.HelperResult

AjaxSave() public static méthode

public static AjaxSave ( ) : System.Web.WebPages.HelperResult
Résultat System.Web.WebPages.HelperResult

JsonDate() public static méthode

public static JsonDate ( System.DateTime date ) : System.Web.WebPages.HelperResult
date System.DateTime
Résultat System.Web.WebPages.HelperResult