C# Class Signum.Web.TabContainer

Inheritance: IDisposable
Afficher le fichier Open project: signumsoftware/framework Class Usage Examples

Méthodes publiques

Méthode Description
Dispose ( ) : void
Surround ( TextWriter writer, HtmlTag div ) : IDisposable
Tab ( Tab tab ) : void
Tab ( string id, HelperResult>.Func title, HelperResult>.Func body ) : void
Tab ( string id, HelperResult>.Func title, System.Web.Mvc.MvcHtmlString body ) : void
Tab ( string id, System.Web.Mvc.MvcHtmlString title, HelperResult>.Func body ) : void
Tab ( string id, System.Web.Mvc.MvcHtmlString title, System.Web.Mvc.MvcHtmlString body ) : void
Tab ( string id, string title, HelperResult>.Func body ) : void
Tab ( string id, string title, System.Web.Mvc.MvcHtmlString body ) : void
TabContainer ( HtmlHelper helper, TypeContext context, string containerId ) : System

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Surround() public static méthode

public static Surround ( TextWriter writer, HtmlTag div ) : IDisposable
writer System.IO.TextWriter
div HtmlTag
Résultat IDisposable

Tab() public méthode

public Tab ( Tab tab ) : void
tab Tab
Résultat void

Tab() public méthode

public Tab ( string id, HelperResult>.Func title, HelperResult>.Func body ) : void
id string
title HelperResult>.Func
body HelperResult>.Func
Résultat void

Tab() public méthode

public Tab ( string id, HelperResult>.Func title, System.Web.Mvc.MvcHtmlString body ) : void
id string
title HelperResult>.Func
body System.Web.Mvc.MvcHtmlString
Résultat void

Tab() public méthode

public Tab ( string id, System.Web.Mvc.MvcHtmlString title, HelperResult>.Func body ) : void
id string
title System.Web.Mvc.MvcHtmlString
body HelperResult>.Func
Résultat void

Tab() public méthode

public Tab ( string id, System.Web.Mvc.MvcHtmlString title, System.Web.Mvc.MvcHtmlString body ) : void
id string
title System.Web.Mvc.MvcHtmlString
body System.Web.Mvc.MvcHtmlString
Résultat void

Tab() public méthode

public Tab ( string id, string title, HelperResult>.Func body ) : void
id string
title string
body HelperResult>.Func
Résultat void

Tab() public méthode

public Tab ( string id, string title, System.Web.Mvc.MvcHtmlString body ) : void
id string
title string
body System.Web.Mvc.MvcHtmlString
Résultat void

TabContainer() public méthode

public TabContainer ( HtmlHelper helper, TypeContext context, string containerId ) : System
helper HtmlHelper
context TypeContext
containerId string
Résultat System