public PreMethodExecutionAttribute(bool enabled = true)
 {
     this._methodCallHandler = new PreMethodExecutionHandler(enabled);
 }
 public PreMethodExecutionAttribute()
 {
     this._methodCallHandler = new PreMethodExecutionHandler();
 }
 public PreMethodExecutionAttribute(bool enabled = true)
 {
     this._methodCallHandler = new PreMethodExecutionHandler(enabled);
 }
Example #4
0
 public PreMethodExecutionAttribute()
 {
     this._methodCallHandler = new PreMethodExecutionHandler();
 }