C# 클래스 Kooboo.Commerce.Web.Framework.UI.Form.FormControlBase

상속: IFormControl
파일 보기 프로젝트 열기: Kooboo/Ecommerce

공개 메소드들

메소드 설명
GetFieldDisplayText ( CustomFieldDefinition fieldDefinition, string fieldValue ) : string
Render ( CustomFieldDefinition fieldDefinition, string fieldValue, object htmlAttributes, System.Web.Mvc.ViewContext viewContext ) : IHtmlString

보호된 메소드들

메소드 설명
BuildControl ( TagBuilder builder, CustomFieldDefinition fieldDefinition, string fieldValue, object htmlAttributes, System.Web.Mvc.ViewContext viewContext ) : void

메소드 상세

BuildControl() 보호된 메소드

protected BuildControl ( TagBuilder builder, CustomFieldDefinition fieldDefinition, string fieldValue, object htmlAttributes, System.Web.Mvc.ViewContext viewContext ) : void
builder TagBuilder
fieldDefinition Kooboo.Commerce.Products.CustomFieldDefinition
fieldValue string
htmlAttributes object
viewContext System.Web.Mvc.ViewContext
리턴 void

GetFieldDisplayText() 공개 메소드

public GetFieldDisplayText ( CustomFieldDefinition fieldDefinition, string fieldValue ) : string
fieldDefinition Kooboo.Commerce.Products.CustomFieldDefinition
fieldValue string
리턴 string

Render() 공개 메소드

public Render ( CustomFieldDefinition fieldDefinition, string fieldValue, object htmlAttributes, System.Web.Mvc.ViewContext viewContext ) : IHtmlString
fieldDefinition Kooboo.Commerce.Products.CustomFieldDefinition
fieldValue string
htmlAttributes object
viewContext System.Web.Mvc.ViewContext
리턴 IHtmlString