Class AuditAttribute
Inheritance
System.Object
AuditAttribute
Assembly: Catalyst.Core.Lib.dll
Syntax
public sealed class AuditAttribute : RepositoryActionBaseAttribute
Methods
|
Improve this Doc
View Source
OnAddExecuting<T, TKey>(T, RepositoryActionContext<T, TKey>)
Declaration
public override bool OnAddExecuting<T, TKey>(T entity, RepositoryActionContext<T, TKey> context)
Parameters
Type |
Name |
Description |
T |
entity |
|
RepositoryActionContext<T, TKey> |
context |
|
Returns
Type |
Description |
System.Boolean |
|
Type Parameters
|
Improve this Doc
View Source
OnUpdateExecuting<T, TKey>(T, RepositoryActionContext<T, TKey>)
Declaration
public override bool OnUpdateExecuting<T, TKey>(T entity, RepositoryActionContext<T, TKey> context)
Parameters
Type |
Name |
Description |
T |
entity |
|
RepositoryActionContext<T, TKey> |
context |
|
Returns
Type |
Description |
System.Boolean |
|
Type Parameters