Class Product
Inheritance
object
Entity<System.Guid>
BasicAggregateRoot<System.Guid>
AggregateRoot<System.Guid>
CreationAuditedAggregateRoot<System.Guid>
AuditedAggregateRoot<System.Guid>
FullAuditedAggregateRoot<System.Guid>
Product
Inherited Members
object.GetType()
object.MemberwiseClone()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.TestApp.Testing
Assembly: Volo.Abp.TestApp.dll
Syntax
public class Product : FullAuditedAggregateRoot<Guid>, IAggregateRoot<Guid>, IEntity<Guid>, IAggregateRoot, IEntity, IGeneratesDomainEvents, IHasExtraProperties, IHasConcurrencyStamp, IFullAuditedObject, IAuditedObject, ICreationAuditedObject, IHasCreationTime, IMayHaveCreator, IModificationAuditedObject, IHasModificationTime, IDeletionAuditedObject, IHasDeletionTime, ISoftDelete
Constructors
Product()
Declaration
public Product()
Product(Guid, string, decimal)
Declaration
public Product(Guid id, string name, decimal price)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Guid | id | |
| string | name | |
| decimal | price |
Properties
Name
Declaration
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Price
Declaration
public decimal Price { get; set; }
Property Value
| Type | Description |
|---|---|
| decimal |