C# 클래스 formulate.app.Forms.Fields.RadioButtonList.RadioButtonListField

A radio button list field type.
상속: IFormFieldType
파일 보기 프로젝트 열기: rhythmagency/formulate

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
DeserializeConfiguration ( string configuration ) : object

Deserialize the configuration for a radio button list field.

FormatValue ( IEnumerable values, FieldPresentationFormats format ) : string

Formats a value in the specified field presentation format.

RadioButtonListField ( ) : System

Default constructor.

메소드 상세

DeserializeConfiguration() 공개 메소드

Deserialize the configuration for a radio button list field.
public DeserializeConfiguration ( string configuration ) : object
configuration string /// The serialized configuration. ///
리턴 object

FormatValue() 공개 메소드

Formats a value in the specified field presentation format.
public FormatValue ( IEnumerable values, FieldPresentationFormats format ) : string
values IEnumerable /// The values to format. ///
format FieldPresentationFormats /// The format to present the value in. ///
리턴 string

RadioButtonListField() 공개 메소드

Default constructor.
public RadioButtonListField ( ) : System
리턴 System