Field constructor

namespace: Serenity.Data   assemblySerenity.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