Show / Hide Table of Contents

Class MarketBoardCurrentOfferings

Inheritance
System.Object
MarketBoardCurrentOfferings
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Dalamud.Game.Network.Structures
Assembly: Dalamud.dll
Syntax
public class MarketBoardCurrentOfferings

Fields

| Improve this Doc View Source

ItemListings

Declaration
public List<MarketBoardCurrentOfferings.MarketBoardItemListing> ItemListings
Field Value
Type Description
System.Collections.Generic.List<MarketBoardCurrentOfferings.MarketBoardItemListing>
| Improve this Doc View Source

ListingIndexEnd

Declaration
public int ListingIndexEnd
Field Value
Type Description
System.Int32
| Improve this Doc View Source

ListingIndexStart

Declaration
public int ListingIndexStart
Field Value
Type Description
System.Int32
| Improve this Doc View Source

RequestId

Declaration
public int RequestId
Field Value
Type Description
System.Int32

Methods

| Improve this Doc View Source

Read(IntPtr)

Declaration
public static MarketBoardCurrentOfferings Read(IntPtr dataPtr)
Parameters
Type Name Description
System.IntPtr dataPtr
Returns
Type Description
MarketBoardCurrentOfferings
  • Improve this Doc
  • View Source
Back to top Generated by DocFX