Class TestSharedEntity
Inheritance
TestSharedEntity
Assembly: Volo.Abp.TestApp.dll
Syntax
public class TestSharedEntity : AggregateRoot<Guid>, IAggregateRoot<Guid>, IEntity<Guid>, IAggregateRoot, IEntity, IGeneratesDomainEvents, IHasExtraProperties, IHasConcurrencyStamp, IMultiTenant, ISoftDelete
Constructors
TestSharedEntity()
Declaration
public TestSharedEntity()
TestSharedEntity(Guid)
Declaration
public TestSharedEntity(Guid id)
Parameters
| Type |
Name |
Description |
| Guid |
id |
|
Properties
Age
Declaration
public virtual int Age { get; set; }
Property Value
Birthday
Declaration
public virtual DateTime? Birthday { get; set; }
Property Value
IsDeleted
Declaration
public bool IsDeleted { get; set; }
Property Value
this[string]
Declaration
public object this[string key] { get; set; }
Parameters
| Type |
Name |
Description |
| string |
key |
|
Property Value
Name
Declaration
public virtual string Name { get; set; }
Property Value
TenantId
Declaration
public Guid? TenantId { get; set; }
Property Value
Implements
Extension Methods