C# Класс formulate.app.Forms.Fields.Header.HeaderField

A field that can be used to display a header in a form.
Наследование: IFormFieldType
Показать файл Открыть проект

Открытые методы

Метод Описание
DeserializeConfiguration ( string configuration ) : object

Deserializes the configuration for the header field.

FormatValue ( IEnumerable values, FieldPresentationFormats format ) : string

Formats a value in the specified field presentation format.

Описание методов

DeserializeConfiguration() публичный Метод

Deserializes the configuration for the header 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