Class EntityWithIntPk
Inherited Members
object.GetType()
object.MemberwiseClone()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.TestApp.Domain
Assembly: Volo.Abp.TestApp.dll
Syntax
public class EntityWithIntPk : AggregateRoot<int>, IAggregateRoot<int>, IEntity<int>, IAggregateRoot, IEntity, IGeneratesDomainEvents, IHasExtraProperties, IHasConcurrencyStamp
Constructors
EntityWithIntPk()
Declaration
public EntityWithIntPk()
EntityWithIntPk(string)
Declaration
public EntityWithIntPk(string name)
Parameters
| Type | Name | Description |
|---|---|---|
| string | name |
Properties
Name
Declaration
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |