Class EAZPlayedBetGameParameters
Model that contains information about Bet Of the Played Game events (e.g. EAZPlayedEazeCoinBetGameEvent, EAZPlayedEuroBetGameEvent).
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: EazeGamesSDK
Assembly: EazeGamesSDK.dll
Syntax
[Serializable]
public class EAZPlayedBetGameParameters : EAZGameParameters
Constructors
EAZPlayedBetGameParameters()
Default constructor.
Declaration
public EAZPlayedBetGameParameters()
EAZPlayedBetGameParameters(String, String, Int32)
Constructor for serialization. Also it shows all properties of the model.
Declaration
public EAZPlayedBetGameParameters(string userId, string gameName, int bet)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | userId | Identifier of the User |
| System.String | gameName | |
| System.Int32 | bet | Bet of the Game |
Fields
bet
Bet of the Game.
Declaration
public int bet
Field Value
| Type | Description |
|---|---|
| System.Int32 |