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

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

공개 메소드들

메소드 설명
GetFieldDisplayText ( CustomFieldDefinition fieldDefinition, string fieldValue ) : string
Render ( CustomFieldDefinition field, string value, object htmlAttributes, System viewContext ) : IHtmlString

메소드 상세

GetFieldDisplayText() 공개 메소드

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

Render() 공개 메소드

public Render ( CustomFieldDefinition field, string value, object htmlAttributes, System viewContext ) : IHtmlString
field Kooboo.Commerce.Products.CustomFieldDefinition
value string
htmlAttributes object
viewContext System
리턴 IHtmlString