LoggingRow<TFields> constructor (1 of 2)
namespace: Serenity.Extensions.Entities assembly: Serenity.Extensions
Creates a new instance of the class.
protected LoggingRow()
See Also
- class LoggingRow<TFields>
LoggingRow<TFields> constructor (2 of 2)
namespace: Serenity.Extensions.Entities assembly: Serenity.Extensions
Creates a new instance of the class with the specified fields.
protected LoggingRow(TFields fields)
| parameter | description |
|---|---|
| fields | Fields |
See Also
- class TFields
- class LoggingRow<TFields>