BooleanField constructor
namespace: Serenity.Data assembly: Serenity.Net.Entity
Initializes a new instance of the BooleanField class.
public BooleanField(ICollection<Field> collection, string name, LocalText caption = null,
int size = 0, FieldFlags flags = FieldFlags.Default, Func<IRow, bool?> getValue = null,
Action<IRow, bool?> setValue = null)
| parameter | description |
|---|---|
| collection | The field collection. |
| name | The name. |
| caption | The caption. |
| size | The size. |
| flags | The flags. |
| getValue | The get value callback. |
| setValue | The set value callback. |
See Also
- class Field
- class LocalText
- enum FieldFlags
- interface IRow
- class BooleanField