C# 클래스 Signum.Web.Tab

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

공개 프로퍼티들

프로퍼티 타입 설명
Active bool
Body System.Web.WebPages.HelperResult
Id string
Title System.Web.WebPages.HelperResult
ToolTip string

공개 메소드들

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

메소드 상세

Tab() 공개 메소드

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

Tab() 공개 메소드

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

Tab() 공개 메소드

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

Tab() 공개 메소드

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

Tab() 공개 메소드

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

Tab() 공개 메소드

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

Tab() 공개 메소드

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

WriteBody() 공개 메소드

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

WriteHeader() 공개 메소드

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

프로퍼티 상세

Active 공개적으로 프로퍼티

public bool Active
리턴 bool

Body 공개적으로 프로퍼티

public HelperResult,System.Web.WebPages Body
리턴 System.Web.WebPages.HelperResult

Id 공개적으로 프로퍼티

public string Id
리턴 string

Title 공개적으로 프로퍼티

public HelperResult,System.Web.WebPages Title
리턴 System.Web.WebPages.HelperResult

ToolTip 공개적으로 프로퍼티

public string ToolTip
리턴 string