RowListField<TForeign> class

namespace: Serenity.Data   assemblySerenity.Net.Services

Field with a RowList value

public class RowListField<TForeign> : CustomClassField<List<TForeign>>
    where TForeign : class, IRow
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.

Public Members

name description
RowListField(…) Field with a RowList value

Protected Members

name description
override Clone(…) Clones the specified value.
override CompareValues(…) Compares the values.

Remarks

Initializes a new instance of the RowListField class.

See Also