RowListField<TForeign> constructor

namespace: Serenity.Data   assemblySerenity.Net.Services

Field with a RowList value

public RowListField(ICollection<Field> collection, string name, LocalText caption = null, 
    int size = 0, FieldFlags flags = FieldFlags.NotMapped | FieldFlags.Default, 
    Func<IRow, List<TForeign>> getValue = null, Action<IRow, List<TForeign>> setValue = null)
parameter description
TForeign The type of the foreign.
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 RowListField class.

See Also