C# Class formulate.app.Forms.Fields.CheckboxList.CheckboxListField

A checkbox list field type.
Inheritance: IFormFieldType
Exibir arquivo Open project: rhythmagency/formulate

Private Properties

Property Type Description

Public Methods

Method Description
CheckboxListField ( ) : System

Default constructor.

DeserializeConfiguration ( string configuration ) : object

Deserialize the configuration for a checkbox list field.

FormatValue ( IEnumerable values, FieldPresentationFormats format ) : string

Formats a value in the specified field presentation format.

Method Details

CheckboxListField() public method

Default constructor.
public CheckboxListField ( ) : System
return System

DeserializeConfiguration() public method

Deserialize the configuration for a checkbox list field.
public DeserializeConfiguration ( string configuration ) : object
configuration string /// The serialized configuration. ///
return object

FormatValue() public method

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. ///
return string