Class Player
Inherited Members
Namespace: Rebus
Assembly: Rebus.dll
Syntax
[Index(new string[]{"Name"}, IsUnique = true)]
[MessagePackObject(false)]
[Table("Player")]
public class Player
Properties
Credits
Declaration
[Key(2)]
public int Credits { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
Id
Declaration
[Key(0)]
public int Id { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
Name
Declaration
[Key(1)]
public string Name { get; set; }
Property Value
Type | Description |
---|---|
String |