Class FifthDbContextMultiTenantDummyEntity
Inheritance
FifthDbContextMultiTenantDummyEntity
Assembly: Volo.Abp.MongoDB.Tests.SecondContext.dll
Syntax
public class FifthDbContextMultiTenantDummyEntity : AggregateRoot<Guid>, IAggregateRoot<Guid>, IEntity<Guid>, IAggregateRoot, IEntity, IGeneratesDomainEvents, IHasExtraProperties, IHasConcurrencyStamp, IMultiTenant
Constructors
FifthDbContextMultiTenantDummyEntity()
Declaration
public FifthDbContextMultiTenantDummyEntity()
Properties
TenantId
Declaration
public Guid? TenantId { get; set; }
Property Value
Value
Declaration
public string Value { get; set; }
Property Value
Implements
Extension Methods