C# Class Disco.Web.AjaxHelpers

Inheritance: System.Web.WebPages.HelperPage
Show file Open project: garysharp/Disco

Public Methods

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

public AjaxHelpers ( ) : System
return System

AjaxLoader() public static method

public static AjaxLoader ( string id = null ) : System.Web.WebPages.HelperResult
id string
return System.Web.WebPages.HelperResult

AjaxRemove() public static method

public static AjaxRemove ( ) : System.Web.WebPages.HelperResult
return System.Web.WebPages.HelperResult

AjaxSave() public static method

public static AjaxSave ( ) : System.Web.WebPages.HelperResult
return System.Web.WebPages.HelperResult

JsonDate() public static method

public static JsonDate ( System.DateTime date ) : System.Web.WebPages.HelperResult
date System.DateTime
return System.Web.WebPages.HelperResult