C# 클래스 RunningObjects.Core.Html.LabelExtensions

파일 보기 프로젝트 열기: edurdias/RunningObjects

공개 메소드들

메소드 설명
LabelFor ( this html, Member member, string labelText, object htmlAttributes ) : System.Web.Mvc.MvcHtmlString
LabelFor ( this html, Parameter parameter ) : System.Web.Mvc.MvcHtmlString
LabelFor ( this html, Parameter parameter, object htmlAttributes ) : System.Web.Mvc.MvcHtmlString
LabelFor ( this html, System.Property property ) : System.Web.Mvc.MvcHtmlString
LabelFor ( this html, System.Property property, object htmlAttributes ) : System.Web.Mvc.MvcHtmlString
LabelFor ( this html, PropertyDescriptor descriptor ) : System.Web.Mvc.MvcHtmlString
TextFor ( this html, Member property ) : System.Web.Mvc.MvcHtmlString
TextFor ( this html, PropertyDescriptor descriptor ) : System.Web.Mvc.MvcHtmlString

비공개 메소드들

메소드 설명
GetMetadata ( Member member ) : ModelMetadata
ResolveText ( Member member, ModelMetadata metadata, string defaultText = null ) : string

메소드 상세

LabelFor() 공개 정적인 메소드

public static LabelFor ( this html, Member member, string labelText, object htmlAttributes ) : System.Web.Mvc.MvcHtmlString
html this
member Member
labelText string
htmlAttributes object
리턴 System.Web.Mvc.MvcHtmlString

LabelFor() 공개 정적인 메소드

public static LabelFor ( this html, Parameter parameter ) : System.Web.Mvc.MvcHtmlString
html this
parameter Parameter
리턴 System.Web.Mvc.MvcHtmlString

LabelFor() 공개 정적인 메소드

public static LabelFor ( this html, Parameter parameter, object htmlAttributes ) : System.Web.Mvc.MvcHtmlString
html this
parameter Parameter
htmlAttributes object
리턴 System.Web.Mvc.MvcHtmlString

LabelFor() 공개 정적인 메소드

public static LabelFor ( this html, System.Property property ) : System.Web.Mvc.MvcHtmlString
html this
property System.Property
리턴 System.Web.Mvc.MvcHtmlString

LabelFor() 공개 정적인 메소드

public static LabelFor ( this html, System.Property property, object htmlAttributes ) : System.Web.Mvc.MvcHtmlString
html this
property System.Property
htmlAttributes object
리턴 System.Web.Mvc.MvcHtmlString

LabelFor() 공개 정적인 메소드

public static LabelFor ( this html, PropertyDescriptor descriptor ) : System.Web.Mvc.MvcHtmlString
html this
descriptor System.ComponentModel.PropertyDescriptor
리턴 System.Web.Mvc.MvcHtmlString

TextFor() 공개 정적인 메소드

public static TextFor ( this html, Member property ) : System.Web.Mvc.MvcHtmlString
html this
property Member
리턴 System.Web.Mvc.MvcHtmlString

TextFor() 공개 정적인 메소드

public static TextFor ( this html, PropertyDescriptor descriptor ) : System.Web.Mvc.MvcHtmlString
html this
descriptor System.ComponentModel.PropertyDescriptor
리턴 System.Web.Mvc.MvcHtmlString