Table of Contents

Class OrderDigestListState

Namespace
Lib9c.Model.Order
Assembly
Lib9c.dll
[Serializable]
public class OrderDigestListState
Inheritance
OrderDigestListState
Inherited Members

Constructors

OrderDigestListState(Dictionary)

public OrderDigestListState(Dictionary serialized)

Parameters

serialized Dictionary

OrderDigestListState(Address)

public OrderDigestListState(Address address)

Parameters

address Address

Fields

Address

public readonly Address Address

Field Value

Address

Properties

OrderDigestList

public IReadOnlyList<OrderDigest> OrderDigestList { get; }

Property Value

IReadOnlyList<OrderDigest>

Methods

Add(OrderDigest)

public void Add(OrderDigest orderDigest)

Parameters

orderDigest OrderDigest

DeriveAddress(Address)

public static Address DeriveAddress(Address avatarAddress)

Parameters

avatarAddress Address

Returns

Address

Equals(OrderDigestListState)

protected bool Equals(OrderDigestListState other)

Parameters

other OrderDigestListState

Returns

bool

Equals(object)

Determines whether the specified object is equal to the current object.

public override bool Equals(object obj)

Parameters

obj object

The object to compare with the current object.

Returns

bool

true if the specified object is equal to the current object; otherwise, false.

GetHashCode()

Serves as the default hash function.

public override int GetHashCode()

Returns

int

A hash code for the current object.

Remove(Guid)

public void Remove(Guid orderId)

Parameters

orderId Guid

Serialize()

public IValue Serialize()

Returns

IValue