Class FavProductInfo
- Namespace
- Nekoyume.Action
- Assembly
- Lib9c.dll
public class FavProductInfo : IProductInfo
- Inheritance
-
FavProductInfo
- Implements
-
- Inherited Members
-
Constructors
FavProductInfo()
FavProductInfo(List)
public FavProductInfo(List serialized)
Parameters
serialized
List
Properties
AgentAddress
public Address AgentAddress { get; set; }
Property Value
- Address
AvatarAddress
public Address AvatarAddress { get; set; }
Property Value
- Address
Price
public FungibleAssetValue Price { get; set; }
Property Value
- FungibleAssetValue
ProductId
public Guid ProductId { get; set; }
Property Value
- Guid
Type
public ProductType Type { get; set; }
Property Value
- ProductType
Methods
Serialize()
public IValue Serialize()
Returns
- IValue
ValidateType()
public void ValidateType()