• API Documentation
Show / Hide Table of Contents
  • Rebus
    • Arguments
    • Biome
    • CantorPairing
    • CommandRequest
    • CommandResponse
    • CommandType
    • Commodity
    • Configuration
    • ConflictEventArgs
    • Depths
    • Economy
    • Fleet
    • HexPoint
    • IGameService
    • ILoginService
    • Player
    • Unit
    • User
    • Zone
    • ZoneInfo
  • Rebus.Client
    • GraphicsEngine
    • Layout
    • RpcClient
    • ZoneVisualizer
  • Rebus.Client.Lenses
    • BiomeLens
    • ConstellationLens
    • Lens
    • PopulationLens
    • StarLens
  • Rebus.Server
    • AStarSearch
    • EvaluationContext
    • FisherYatesShuffle
    • JuliaSet
    • PowerSet
  • Rebus.Server.Considerations
    • Agent
    • Behavior
    • BehaviorCollection
    • Consideration
    • ConsiderationCollection
    • FunctionConsideration
    • LinearConsideration
    • QuadraticConsideration
  • Rebus.Server.Functions
    • IFunctions<T>
  • System
    • NegativeExponentialRandom
  • System.Text.Json.Serialization.Converters
    • ComplexConverter
    • CultureInfoConverter
    • IPAddressConverter

Class User

Inheritance
Object
User
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
Namespace: Rebus
Assembly: Rebus.dll
Syntax
[MessagePackObject(false)]
[Index(new string[]{"Password"})]
[Table("User")]
public class User

Properties

Id

Declaration
[IgnoreMember]
public int Id { get; set; }
Property Value
Type Description
Int32

Location

Declaration
[Key(0)]
[NotMapped]
public HexPoint Location { get; set; }
Property Value
Type Description
HexPoint

Password

Declaration
[IgnoreMember]
public string Password { get; set; }
Property Value
Type Description
String

Player

Declaration
[Key(1)]
[Required]
public Player Player { get; set; }
Property Value
Type Description
Player

Q

Declaration
[IgnoreMember]
public int Q { get; set; }
Property Value
Type Description
Int32

R

Declaration
[IgnoreMember]
public int R { get; set; }
Property Value
Type Description
Int32

Twin

Declaration
[IgnoreMember]
[Required]
public Player Twin { get; set; }
Property Value
Type Description
Player
In This Article
Back to top © 2021-2022 Ishan Pranav. All rights reserved. Licensed under the MIT License.