Vixen
c7401864
csharp
public readonly record struct GuildId

One guild's identity.

Read the guide page for this →

Fields and properties (3)

  • public Guid Value

    The number.

  • public static GuildId None

    No guild.

  • public bool IsSome

    Whether this names a guild.

Methods (3)

  • public GuildId(Guid Value)

    One guild's identity.

  • public static GuildId New()

    Mints a fresh one.

  • public override string ToString()

    Returns the fully qualified type name of this instance.

Used by (7)

  • GuildVixen.Gameplay.Social
  • GuildEditVixen.Live.Gameplay
  • ISocialStoreVixen.Gameplay.Social
  • MemorySocialStoreVixen.Gameplay.Social
  • SocialBridgeVixen.Live.Gameplay
  • SocialBridgeTestsVixen.Live.Gameplay.Tests
  • SocialLibraryTestsVixen.Gameplay.Social.Tests