C# 클래스 MovieTutorial.Administration.Entities.LoggingRow

This is a sample base class for rows that does insert/update date and user audit logging automatically. It is recommended to create your own base class, if your auditing field names are different than these. You should implement IInsertLogRow and/or IUpdateLogRow interfaces. ILoggingRow is a combination of these two. There is also an optional IDeleteLogRow interface that supports auditing on delete but for it to work you need to also implement IIsActiveDeletedRow so that your rows aren't actually deleted.
상속: Serenity.Data.Row, ILoggingRow
파일 보기 프로젝트 열기: volkanceylan/MovieTutorial

Private Properties

프로퍼티 타입 설명

보호된 메소드들

메소드 설명
LoggingRow ( RowFieldsBase fields ) : System

메소드 상세

LoggingRow() 보호된 메소드

protected LoggingRow ( RowFieldsBase fields ) : System
fields RowFieldsBase
리턴 System