Field constructor
namespace: Serenity.Data assembly: Serenity.Net.Entity
Initializes a new instance of the Field class.
protected Field(ICollection<Field> fields, FieldType type, string name, LocalText caption,
int size, FieldFlags flags)
| parameter | description |
|---|---|
| fields | The fields. |
| type | The type. |
| name | The name. |
| caption | The caption. |
| size | The size. |
| flags | The flags. |
See Also
- enum FieldType
- class LocalText
- enum FieldFlags
- class Field