C# 클래스 Core.Profiles.Extensions.ProfileExtensions

파일 보기 프로젝트 열기: coreframework/Core-Framework

공개 프로퍼티들

프로퍼티 타입 설명
ElementNameFormat String

공개 메소드들

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

메소드 상세

ProfileElementRenderer() 공개 정적인 메소드

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
리턴 System.Web.Mvc.MvcHtmlString

ProfileElementRenderer() 공개 정적인 메소드

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
리턴 System.Web.Mvc.MvcHtmlString

ProfileHeaderRenderer() 공개 정적인 메소드

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

프로퍼티 상세

ElementNameFormat 공개적으로 정적으로 프로퍼티

public static String ElementNameFormat
리턴 String