C# Class Kooboo.Commerce.Web.Framework.UI.Form.FileUpload

Inheritance: IFormControl
ファイルを表示 Open project: Kooboo/Ecommerce

Public Methods

Method Description
GetFieldDisplayText ( CustomFieldDefinition fieldDefinition, string fieldValue ) : string
Render ( CustomFieldDefinition field, string value, object htmlAttributes, System viewContext ) : IHtmlString

Method Details

GetFieldDisplayText() public method

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

Render() public method

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