Class Zone
Namespace: Rebus
Assembly: Rebus.dll
Syntax
[Index(new string[]{"PlayerId", "Q", "R"})]
[Table("Zone")]
public class Zone : IEquatable<Zone>
Properties
Id
Declaration
public int Id { get; set; }
Property Value
Location
Declaration
[NotMapped]
public HexPoint Location { get; set; }
Property Value
Player
Declaration
[Required]
public Player Player { get; set; }
Property Value
PlayerId
Declaration
public int PlayerId { get; set; }
Property Value
Q
Declaration
public int Q { get; set; }
Property Value
R
Declaration
public int R { get; set; }
Property Value
Units
Declaration
public ICollection<Unit> Units { get; }
Property Value
Methods
Equals(Zone)
Declaration
public bool Equals(Zone other)
Parameters
Type |
Name |
Description |
Zone |
other |
|
Returns
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
Type |
Name |
Description |
Object |
obj |
|
Returns
Overrides
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Overrides
Implements