Class MySimpleEventData
Implements
Inherited Members
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 | |
| Guid? | tenantId |
Properties
TenantId
Declaration
public Guid? TenantId { get; }
Property Value
| Type | Description |
|---|---|
| Guid? |
Value
Declaration
public int Value { get; set; }
Property Value
| Type | Description |
|---|---|
| int |