C# Class Aspectacular.Test.TimetampsAspect

Inheritance: Aspect
Datei anzeigen Open project: vgribok/Aspectacular

Public Methods

Method Description
Step_2_BeforeTryingMethodExec ( ) : void
Step_5_FinallyAfterMethodExecution ( bool interceptedCallSucceeded ) : void
TimetampsAspect ( ) : System
TimetampsAspect ( string configParams ) : System

Parameter should be in the format of "useUtc=true;"

Protected Methods

Method Description
GetCurrent ( ) : System.DateTime

Method Details

GetCurrent() protected method

protected GetCurrent ( ) : System.DateTime
return System.DateTime

Step_2_BeforeTryingMethodExec() public method

public Step_2_BeforeTryingMethodExec ( ) : void
return void

Step_5_FinallyAfterMethodExecution() public method

public Step_5_FinallyAfterMethodExecution ( bool interceptedCallSucceeded ) : void
interceptedCallSucceeded bool
return void

TimetampsAspect() public method

public TimetampsAspect ( ) : System
return System

TimetampsAspect() public method

Parameter should be in the format of "useUtc=true;"
public TimetampsAspect ( string configParams ) : System
configParams string
return System