프로퍼티 | 타입 | 설명 | |
---|---|---|---|
creator | string | ||
game_type | GameType | ||
limit | int | ||
match_to | int | ||
stake | int | ||
time_created | System.DateTime |
메소드 | 설명 | |
---|---|---|
CreateMatchOffer ( string creator, int match_to, int stake ) : |
||
CreateMoneyOffer ( string creator, int stake, int limit ) : |
||
FromOffer ( |
Creates a deep-copy from existing offer and updates it's time stamp.
|
|
GameOffer ( string creator, GameType game_type, int match_to, int stake, int limit ) : System | ||
GameOffer ( string creator, GameType game_type, int match_to, int stake, int limit, System.DateTime time_created ) : System | ||
GetHashCode ( ) : int |
public static CreateMatchOffer ( string creator, int match_to, int stake ) : |
||
creator | string | |
match_to | int | |
stake | int | |
리턴 |
public static CreateMoneyOffer ( string creator, int stake, int limit ) : |
||
creator | string | |
stake | int | |
limit | int | |
리턴 |
public static FromOffer ( |
||
offer | ||
리턴 |
public GameOffer ( string creator, GameType game_type, int match_to, int stake, int limit ) : System | ||
creator | string | |
game_type | GameType | |
match_to | int | |
stake | int | |
limit | int | |
리턴 | System |
public GameOffer ( string creator, GameType game_type, int match_to, int stake, int limit, System.DateTime time_created ) : System | ||
creator | string | |
game_type | GameType | |
match_to | int | |
stake | int | |
limit | int | |
time_created | System.DateTime | |
리턴 | System |