Class FifthDbContextMultiTenantDummyEntity
Inheritance
object
Entity<System.Guid>
BasicAggregateRoot<System.Guid>
AggregateRoot<System.Guid>
FifthDbContextMultiTenantDummyEntity
Inherited Members
object.GetType()
object.MemberwiseClone()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.MongoDB.TestApp.FifthContext
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
| Type | Description |
|---|---|
| System.Guid? |
Value
Declaration
public string Value { get; set; }
Property Value
| Type | Description |
|---|---|
| string |