JsonField<TValue> constructor

namespace: Serenity.Data   assemblySerenity.Net.Services

Field with JSON value

public JsonField(ICollection<Field> collection, string name, LocalText caption = null, 
    int size = 0, FieldFlags flags = FieldFlags.Default, Func<IRow, TValue> getValue = null, 
    Action<IRow, TValue> setValue = null)
parameter description
TValue The type of the value.
collection The collection.
name The name.
caption The caption.
size The size.
flags The flags.
getValue The get value.
setValue The set value.

Remarks

Initializes a new instance of the JsonField class.

See Also