Highway Framework  Release 1.0.1.0
The fastest and smoothest way to great architecture
 All Classes Namespaces Functions Variables Properties Events
Properties
Highway.Data.Interfaces.IAuditableEntity Interface Reference

The interface to implement when using with the default Auditable Interceptor to specify an Auditable Entity More...

List of all members.

Properties

DateTime CreatedDate [get, set]
 The date this entity was created
string CreatedBy [get, set]
 Who created this entity
DateTime ModifiedDate [get, set]
 The date this entity was last modified
string ModifiedBy [get, set]
 Who last modified this entity

Detailed Description

The interface to implement when using with the default Auditable Interceptor to specify an Auditable Entity


Property Documentation

string Highway.Data.Interfaces.IAuditableEntity.CreatedBy
getset

Who created this entity

DateTime Highway.Data.Interfaces.IAuditableEntity.CreatedDate
getset

The date this entity was created

string Highway.Data.Interfaces.IAuditableEntity.ModifiedBy
getset

Who last modified this entity

DateTime Highway.Data.Interfaces.IAuditableEntity.ModifiedDate
getset

The date this entity was last modified


The documentation for this interface was generated from the following file: