RowListField<TForeign> class
namespace: Serenity.Data assembly: Serenity.Net.Entity
Field with a RowList value
public class RowListField<TForeign> : CustomClassField<List<TForeign>>
where TForeign : class, IRow
parameter | description |
---|---|
TForeign | The type of the foreign. |
Public Members
name | description |
---|---|
RowListField(…) | Initializes a new instance of the RowListField class. |
Protected Members
name | description |
---|---|
override Clone(…) | Clones the specified value. |
override CompareValues(…) | Compares the values. |
See Also
- class CustomClassField<TValue>
- class TForeign
- interface IRow
- Source: RowListField.cs