Class ProductCacheItem
Inheritance
object
ProductCacheItem
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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 |
|---|---|
| System.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 |