C# Class Signum.Web.Tab

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

Méthodes publiques

Свойство Type Description
Active bool
Body System.Web.WebPages.HelperResult
Id string
Title System.Web.WebPages.HelperResult
ToolTip string

Méthodes publiques

Méthode Description
Tab ( string id, HelperResult>.Func title, HelperResult>.Func body ) : System
Tab ( string id, HelperResult>.Func title, System.Web.Mvc.MvcHtmlString body ) : System
Tab ( string id, System.Web.WebPages.HelperResult title, System.Web.WebPages.HelperResult body ) : System
Tab ( string id, System.Web.Mvc.MvcHtmlString title, HelperResult>.Func body ) : System
Tab ( string id, System.Web.Mvc.MvcHtmlString title, System.Web.Mvc.MvcHtmlString body ) : System
Tab ( string id, string title, HelperResult>.Func body ) : System
Tab ( string id, string title, System.Web.Mvc.MvcHtmlString body ) : System
WriteBody ( TextWriter writer, Tab first, TypeContext context ) : void
WriteHeader ( TextWriter writer, Tab first, TypeContext context ) : void

Method Details

Tab() public méthode

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

Tab() public méthode

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

Tab() public méthode

public Tab ( string id, System.Web.WebPages.HelperResult title, System.Web.WebPages.HelperResult body ) : System
id string
title System.Web.WebPages.HelperResult
body System.Web.WebPages.HelperResult
Résultat System

Tab() public méthode

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

Tab() public méthode

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

Tab() public méthode

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

Tab() public méthode

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

WriteBody() public méthode

public WriteBody ( TextWriter writer, Tab first, TypeContext context ) : void
writer System.IO.TextWriter
first Tab
context TypeContext
Résultat void

WriteHeader() public méthode

public WriteHeader ( TextWriter writer, Tab first, TypeContext context ) : void
writer System.IO.TextWriter
first Tab
context TypeContext
Résultat void

Property Details

Active public_oe property

public bool Active
Résultat bool

Body public_oe property

public HelperResult,System.Web.WebPages Body
Résultat System.Web.WebPages.HelperResult

Id public_oe property

public string Id
Résultat string

Title public_oe property

public HelperResult,System.Web.WebPages Title
Résultat System.Web.WebPages.HelperResult

ToolTip public_oe property

public string ToolTip
Résultat string