Vixen
c7401864
csharp
public readonly record struct ListingId

One listing's identity.

Read the guide page for this →

Fields and properties (3)

  • public Guid Value

    The number.

  • public static ListingId None

    No listing.

  • public bool IsSome

    Whether it names one.

Methods (3)

  • public ListingId(Guid Value)

    One listing's identity.

  • public static ListingId New()

    Mints a fresh one.

  • public override string ToString()

    Returns the fully qualified type name of this instance.

Used by (2)

  • AuctionHouseVixen.Gameplay.Economy
  • AuctionListingVixen.Gameplay.Economy