LoggingRowFields class

namespace: Serenity.Extensions.Entities   assemblySerenity.Extensions

Fields for a LoggingRow.

public class LoggingRowFields : RowFieldsBase

Public Members

name description
LoggingRowFields(…) Fields for a LoggingRow.
InsertDate The date and time the row was inserted.
InsertUserId The ID of the user who inserted the row.
UpdateDate The date and time the row was last updated.
UpdateUserId The ID of the user who last updated the row.

See Also