Свойство | Type | Description |
---|
Méthode | Description | |
---|---|---|
CheckboxListField ( ) : System |
Default constructor.
|
|
DeserializeConfiguration ( string configuration ) : object |
Deserialize the configuration for a checkbox list field.
|
|
FormatValue ( IEnumerable |
Formats a value in the specified field presentation format.
|
public DeserializeConfiguration ( string configuration ) : object | ||
configuration | string | /// The serialized configuration. /// |
Résultat | object |
public FormatValue ( IEnumerable |
||
values | IEnumerable |
/// The values to format. /// |
format | FieldPresentationFormats | /// The format to present the value in. /// |
Résultat | string |