Class ProductCacheItem
Inherited Members
Namespace: Volo.Abp.TestApp.Testing
Assembly: Volo.Abp.TestApp.dll
Syntax
[CacheName("ProductCacheItem")]
public class ProductCacheItem
Constructors
ProductCacheItem()
Declaration
public ProductCacheItem()
Properties
Id
Declaration
public Guid Id { get; set; }
Property Value
Type | Description |
---|---|
Guid |
Name
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
Price
Declaration
public decimal Price { get; set; }
Property Value
Type | Description |
---|---|
decimal |