Table of Contents

Class ItemProductInfo

Namespace
Nekoyume.Action
Assembly
Lib9c.dll
public class ItemProductInfo : IProductInfo
Inheritance
ItemProductInfo
Implements
Inherited Members

Constructors

ItemProductInfo()

public ItemProductInfo()

ItemProductInfo(List)

public ItemProductInfo(List serialized)

Parameters

serialized List

Properties

AgentAddress

public Address AgentAddress { get; set; }

Property Value

Address

AvatarAddress

public Address AvatarAddress { get; set; }

Property Value

Address

ItemSubType

public ItemSubType ItemSubType { get; set; }

Property Value

ItemSubType

Legacy

public bool Legacy { get; set; }

Property Value

bool

Price

public FungibleAssetValue Price { get; set; }

Property Value

FungibleAssetValue

ProductId

public Guid ProductId { get; set; }

Property Value

Guid

TradableId

public Guid TradableId { 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()