C# Class Signum.Web.Tab

Exibir arquivo Open project: signumsoftware/framework Class Usage Examples

Public Properties

Property Type Description
Active bool
Body System.Web.WebPages.HelperResult
Id string
Title System.Web.WebPages.HelperResult
ToolTip string

Public Methods

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

public Tab ( string id, HelperResult>.Func title, HelperResult>.Func body ) : System
id string
title HelperResult>.Func
body HelperResult>.Func
return System

Tab() public method

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

Tab() public method

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
return System

Tab() public method

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

Tab() public method

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
return System

Tab() public method

public Tab ( string id, string title, HelperResult>.Func body ) : System
id string
title string
body HelperResult>.Func
return System

Tab() public method

public Tab ( string id, string title, System.Web.Mvc.MvcHtmlString body ) : System
id string
title string
body System.Web.Mvc.MvcHtmlString
return System

WriteBody() public method

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

WriteHeader() public method

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

Property Details

Active public_oe property

public bool Active
return bool

Body public_oe property

public HelperResult,System.Web.WebPages Body
return System.Web.WebPages.HelperResult

Id public_oe property

public string Id
return string

Title public_oe property

public HelperResult,System.Web.WebPages Title
return System.Web.WebPages.HelperResult

ToolTip public_oe property

public string ToolTip
return string