Row<TFields> class
namespace: Serenity.Data assembly: Serenity.Net.Entity
Base class for Serenity entities
public abstract class Row<TFields> : IEditableRow, IRow<TFields>
where TFields : RowFieldsBase
| parameter |
description |
| TFields |
The type of the fields. |
Public Members
Protected Members
| name |
description |
| Row() |
Initializes a new instance of the Row class. |
| Row(…) |
Initializes a new instance of the Row class. |
| readonly fields- |
The fields |
| virtual CloneInto(…) |
|
| virtual CloneRow() |
Clones the row. |
| virtual CreateNew() |
Creates the new. |
See Also