Class TenantChangedEvent
Inheritance
TenantChangedEvent
Assembly: Volo.Abp.MultiTenancy.Abstractions.dll
Syntax
public class TenantChangedEvent
Constructors
TenantChangedEvent(Guid?, string?)
Declaration
public TenantChangedEvent(Guid? id = null, string? normalizedName = null)
Parameters
Type |
Name |
Description |
Guid? |
id |
|
string |
normalizedName |
|
Properties
Id
Declaration
public Guid? Id { get; set; }
Property Value
NormalizedName
Declaration
public string? NormalizedName { get; set; }
Property Value
Extension Methods