Class DisableInterceptionTargetClass
Inheritance
DisableInterceptionTargetClass
Assembly: Volo.Abp.Core.Tests.dll
Syntax
[DisableAbpFeatures]
public class DisableInterceptionTargetClass : ICanLogOnObject
Constructors
DisableInterceptionTargetClass()
Declaration
public DisableInterceptionTargetClass()
Properties
Logs
Declaration
public List<string> Logs { get; }
Property Value
Methods
DoIt()
Declaration
public virtual void DoIt()
DoItAsync()
Declaration
public virtual Task DoItAsync()
Returns
GetValue()
Declaration
public virtual int GetValue()
Returns
GetValueAsync()
Declaration
public virtual Task<int> GetValueAsync()
Returns
Implements
Extension Methods