Class EntityWithIntPk
Inheritance
EntityWithIntPk
Assembly: Volo.Abp.TestApp.dll
Syntax
public class EntityWithIntPk : AggregateRoot<int>, IAggregateRoot<int>, IEntity<int>, IAggregateRoot, IEntity, IGeneratesDomainEvents, IHasExtraProperties, IHasConcurrencyStamp
Constructors
EntityWithIntPk()
Declaration
EntityWithIntPk(string)
Declaration
public EntityWithIntPk(string name)
Parameters
Type |
Name |
Description |
string |
name |
|
Properties
Name
Declaration
public string Name { get; set; }
Property Value
Implements
Extension Methods