Class Entity_Tests.Car
Inherited Members
Namespace: Volo.Abp.Domain.Entities
Assembly: Volo.Abp.Ddd.Tests.dll
Syntax
public class Entity_Tests.Car : Entity<int>, IEntity<int>, IEntity, IMultiTenant
Constructors
Car()
Declaration
public Car()
Car(int, Guid?)
Declaration
public Car(int id, Guid? tenantId = null)
Parameters
Type | Name | Description |
---|---|---|
int | id | |
Guid? | tenantId |
Properties
TenantId
Declaration
public Guid? TenantId { get; }
Property Value
Type | Description |
---|---|
Guid? |