Méthode | Description | |
---|---|---|
ActionLogAttribute ( string actionName ) : System | ||
OnActionExecuted ( System.Web.Http.Filters.HttpActionExecutedContext actionExecutedContext ) : void |
Méthode | Description | |
---|---|---|
Log ( string actionName, int userId ) : void | ||
SaveDb ( string actionName, int userId, string ip ) : void |
public ActionLogAttribute ( string actionName ) : System | ||
actionName | string | |
Résultat | System |
public OnActionExecuted ( System.Web.Http.Filters.HttpActionExecutedContext actionExecutedContext ) : void | ||
actionExecutedContext | System.Web.Http.Filters.HttpActionExecutedContext | |
Résultat | void |