C# Class RunningObjects.Core.Html.LabelExtensions

Mostra file Open project: edurdias/RunningObjects

Public Methods

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

Private Methods

Method Description
GetMetadata ( Member member ) : ModelMetadata
ResolveText ( Member member, ModelMetadata metadata, string defaultText = null ) : string

Method Details

LabelFor() public static method

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

LabelFor() public static method

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

LabelFor() public static method

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

LabelFor() public static method

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

LabelFor() public static method

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

LabelFor() public static method

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

TextFor() public static method

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

TextFor() public static method

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