C# Class Core.Profiles.Extensions.ProfileExtensions

Show file Open project: coreframework/Core-Framework

Public Properties

Property Type Description
ElementNameFormat String

Public Methods

Method Description
ProfileElementRenderer ( this html, ProfileElement element, System.Web.Mvc.FormCollection collection ) : System.Web.Mvc.MvcHtmlString
ProfileElementRenderer ( this html, ProfileElement element, System.Web.Mvc.FormCollection collection, UserProfileElement userProfileElement ) : System.Web.Mvc.MvcHtmlString
ProfileHeaderRenderer ( this html, ProfileHeader header ) : System.Web.Mvc.MvcHtmlString

Method Details

ProfileElementRenderer() public static method

public static ProfileElementRenderer ( this html, ProfileElement element, System.Web.Mvc.FormCollection collection ) : System.Web.Mvc.MvcHtmlString
html this
element ProfileElement
collection System.Web.Mvc.FormCollection
return System.Web.Mvc.MvcHtmlString

ProfileElementRenderer() public static method

public static ProfileElementRenderer ( this html, ProfileElement element, System.Web.Mvc.FormCollection collection, UserProfileElement userProfileElement ) : System.Web.Mvc.MvcHtmlString
html this
element ProfileElement
collection System.Web.Mvc.FormCollection
userProfileElement Core.Profiles.NHibernate.Models.UserProfileElement
return System.Web.Mvc.MvcHtmlString

ProfileHeaderRenderer() public static method

public static ProfileHeaderRenderer ( this html, ProfileHeader header ) : System.Web.Mvc.MvcHtmlString
html this
header ProfileHeader
return System.Web.Mvc.MvcHtmlString

Property Details

ElementNameFormat public static property

public static String ElementNameFormat
return String