Class SimpleInterceptionTargetClass
Inheritance
object
SimpleInterceptionTargetClass
Implements
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.DynamicProxy
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
| Type | Description |
|---|---|
| System.Collections.Generic.List<T><string> |
Methods
DoIt()
Declaration
public virtual void DoIt()
DoItAsync()
Declaration
public virtual Task DoItAsync()
Returns
| Type | Description |
|---|---|
| System.Threading.Tasks.Task |
GetValue()
Declaration
public virtual int GetValue()
Returns
| Type | Description |
|---|---|
| int |
GetValueAsync()
Declaration
public virtual Task<int> GetValueAsync()
Returns
| Type | Description |
|---|---|
| System.Threading.Tasks.Task<TResult><int> |