C# 클래스 Signum.Web.TabContainer

상속: IDisposable
파일 보기 프로젝트 열기: signumsoftware/framework 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Surround() 공개 정적인 메소드

public static Surround ( TextWriter writer, HtmlTag div ) : IDisposable
writer System.IO.TextWriter
div HtmlTag
리턴 IDisposable

Tab() 공개 메소드

public Tab ( Tab tab ) : void
tab Tab
리턴 void

Tab() 공개 메소드

public Tab ( string id, HelperResult>.Func title, HelperResult>.Func body ) : void
id string
title HelperResult>.Func
body HelperResult>.Func
리턴 void

Tab() 공개 메소드

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

Tab() 공개 메소드

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

Tab() 공개 메소드

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
리턴 void

Tab() 공개 메소드

public Tab ( string id, string title, HelperResult>.Func body ) : void
id string
title string
body HelperResult>.Func
리턴 void

Tab() 공개 메소드

public Tab ( string id, string title, System.Web.Mvc.MvcHtmlString body ) : void
id string
title string
body System.Web.Mvc.MvcHtmlString
리턴 void

TabContainer() 공개 메소드

public TabContainer ( HtmlHelper helper, TypeContext context, string containerId ) : System
helper HtmlHelper
context TypeContext
containerId string
리턴 System