CustomClassField<TValue> constructor

namespace: Serenity.Data   assemblySerenity.Net.Entity

Initializes a new instance of the CustomClassField class.

public CustomClassField(ICollection<Field> collection, string name, LocalText caption, int size, 
    FieldFlags flags, Func<IRow, TValue> getValue, Action<IRow, TValue> setValue)
parameter description
collection The collection.
name The name.
caption The caption.
size The size.
flags The flags.
getValue The get value.
setValue The set value.

See Also