C# Class Aspectacular.Test.TimetampsAspect

Inheritance: Aspect
Afficher le fichier Open project: vgribok/Aspectacular

Méthodes publiques

Méthode 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;"

Méthodes protégées

Méthode Description
GetCurrent ( ) : System.DateTime

Method Details

GetCurrent() protected méthode

protected GetCurrent ( ) : System.DateTime
Résultat System.DateTime

Step_2_BeforeTryingMethodExec() public méthode

public Step_2_BeforeTryingMethodExec ( ) : void
Résultat void

Step_5_FinallyAfterMethodExecution() public méthode

public Step_5_FinallyAfterMethodExecution ( bool interceptedCallSucceeded ) : void
interceptedCallSucceeded bool
Résultat void

TimetampsAspect() public méthode

public TimetampsAspect ( ) : System
Résultat System

TimetampsAspect() public méthode

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