Class AopProvider
Inheritance
System.Object
AopProvider
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Assembly: FreeSql.dll
Syntax
public class AopProvider : IAop
Properties
|
Improve this Doc
View Source
AuditDataReaderHandler
Declaration
public EventHandler<AuditDataReaderEventArgs> AuditDataReaderHandler { get; }
Property Value
|
Improve this Doc
View Source
AuditValueHandler
Declaration
public EventHandler<AuditValueEventArgs> AuditValueHandler { get; }
Property Value
|
Improve this Doc
View Source
CommandAfterHandler
Declaration
public EventHandler<CommandAfterEventArgs> CommandAfterHandler { get; }
Property Value
|
Improve this Doc
View Source
CommandBeforeHandler
Declaration
public EventHandler<CommandBeforeEventArgs> CommandBeforeHandler { get; }
Property Value
|
Improve this Doc
View Source
ConfigEntityHandler
Declaration
public EventHandler<ConfigEntityEventArgs> ConfigEntityHandler { get; }
Property Value
|
Improve this Doc
View Source
ConfigEntityPropertyHandler
Declaration
public EventHandler<ConfigEntityPropertyEventArgs> ConfigEntityPropertyHandler { get; }
Property Value
|
Improve this Doc
View Source
CurdAfterHandler
Declaration
public EventHandler<CurdAfterEventArgs> CurdAfterHandler { get; }
Property Value
|
Improve this Doc
View Source
CurdBeforeHandler
Declaration
public EventHandler<CurdBeforeEventArgs> CurdBeforeHandler { get; }
Property Value
|
Improve this Doc
View Source
ParseExpressionHandler
Declaration
public EventHandler<ParseExpressionEventArgs> ParseExpressionHandler { get; }
Property Value
|
Improve this Doc
View Source
SyncStructureAfterHandler
Declaration
public EventHandler<SyncStructureAfterEventArgs> SyncStructureAfterHandler { get; }
Property Value
|
Improve this Doc
View Source
SyncStructureBeforeHandler
Declaration
public EventHandler<SyncStructureBeforeEventArgs> SyncStructureBeforeHandler { get; }
Property Value
|
Improve this Doc
View Source
TraceAfterHandler
Declaration
public EventHandler<TraceAfterEventArgs> TraceAfterHandler { get; }
Property Value
|
Improve this Doc
View Source
TraceBeforeHandler
Declaration
public EventHandler<TraceBeforeEventArgs> TraceBeforeHandler { get; }
Property Value
Events
|
Improve this Doc
View Source
AuditDataReader
Declaration
public event EventHandler<AuditDataReaderEventArgs> AuditDataReader
Event Type
|
Improve this Doc
View Source
AuditValue
Declaration
public event EventHandler<AuditValueEventArgs> AuditValue
Event Type
|
Improve this Doc
View Source
CommandAfter
Declaration
public event EventHandler<CommandAfterEventArgs> CommandAfter
Event Type
|
Improve this Doc
View Source
CommandBefore
Declaration
public event EventHandler<CommandBeforeEventArgs> CommandBefore
Event Type
|
Improve this Doc
View Source
ConfigEntity
Declaration
public event EventHandler<ConfigEntityEventArgs> ConfigEntity
Event Type
|
Improve this Doc
View Source
ConfigEntityProperty
Declaration
public event EventHandler<ConfigEntityPropertyEventArgs> ConfigEntityProperty
Event Type
|
Improve this Doc
View Source
CurdAfter
Declaration
public event EventHandler<CurdAfterEventArgs> CurdAfter
Event Type
|
Improve this Doc
View Source
CurdBefore
Declaration
public event EventHandler<CurdBeforeEventArgs> CurdBefore
Event Type
|
Improve this Doc
View Source
ParseExpression
Declaration
public event EventHandler<ParseExpressionEventArgs> ParseExpression
Event Type
|
Improve this Doc
View Source
SyncStructureAfter
Declaration
public event EventHandler<SyncStructureAfterEventArgs> SyncStructureAfter
Event Type
|
Improve this Doc
View Source
SyncStructureBefore
Declaration
public event EventHandler<SyncStructureBeforeEventArgs> SyncStructureBefore
Event Type
|
Improve this Doc
View Source
TraceAfter
Declaration
public event EventHandler<TraceAfterEventArgs> TraceAfter
Event Type
|
Improve this Doc
View Source
TraceBefore
Declaration
public event EventHandler<TraceBeforeEventArgs> TraceBefore
Event Type
Implements