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

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

공개 메소드들

메소드 설명
GetFieldDisplayText ( Products fieldDefinition, string fieldValue ) : string

보호된 메소드들

메소드 설명
BuildControl ( System builder, Products field, string value, object htmlAttributes, System viewContext ) : void

메소드 상세

BuildControl() 보호된 메소드

protected BuildControl ( System builder, Products field, string value, object htmlAttributes, System viewContext ) : void
builder System
field Products
value string
htmlAttributes object
viewContext System
리턴 void

GetFieldDisplayText() 공개 메소드

public GetFieldDisplayText ( Products fieldDefinition, string fieldValue ) : string
fieldDefinition Products
fieldValue string
리턴 string