Property | Type | Description |
---|
Method | Description | |
---|---|---|
DeserializeConfiguration ( string configuration ) : object |
Deserialize the configuration for a radio button list field.
|
|
FormatValue ( IEnumerable |
Formats a value in the specified field presentation format.
|
|
RadioButtonListField ( ) : System |
Default constructor.
|
public DeserializeConfiguration ( string configuration ) : object | ||
configuration | string | /// The serialized configuration. /// |
return | object |
public FormatValue ( IEnumerable |
||
values | IEnumerable |
/// The values to format. /// |
format | FieldPresentationFormats | /// The format to present the value in. /// |
return | string |