Class MySimpleEventData
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.EventBus
Assembly: Volo.Abp.EventBus.Tests.dll
Syntax
public class MySimpleEventData : IMultiTenant
Constructors
MySimpleEventData(int, Guid?)
Declaration
public MySimpleEventData(int value, Guid? tenantId = null)
Parameters
| Type | Name | Description |
|---|---|---|
| int | value | |
| System.Guid? | tenantId |
Properties
TenantId
Declaration
public Guid? TenantId { get; }
Property Value
| Type | Description |
|---|---|
| System.Guid? |
Value
Declaration
public int Value { get; set; }
Property Value
| Type | Description |
|---|---|
| int |