Class SimpleInterceptionTargetClass
Inheritance
SimpleInterceptionTargetClass
Assembly: Volo.Abp.Core.Tests.dll
Syntax
public class SimpleInterceptionTargetClass : ICanLogOnObject
Constructors
SimpleInterceptionTargetClass()
Declaration
public SimpleInterceptionTargetClass()
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