C# 클래스 GR.Gambling.Backgammon.GameOffer

Represents creatable and joinable game offers.
파일 보기 프로젝트 열기: alexhanh/Botting-Library 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
creator string
game_type GameType
limit int
match_to int
stake int
time_created System.DateTime

공개 메소드들

메소드 설명
CreateMatchOffer ( string creator, int match_to, int stake ) : GameOffer
CreateMoneyOffer ( string creator, int stake, int limit ) : GameOffer
FromOffer ( GameOffer offer ) : GameOffer

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

메소드 상세

CreateMatchOffer() 공개 정적인 메소드

public static CreateMatchOffer ( string creator, int match_to, int stake ) : GameOffer
creator string
match_to int
stake int
리턴 GameOffer

CreateMoneyOffer() 공개 정적인 메소드

public static CreateMoneyOffer ( string creator, int stake, int limit ) : GameOffer
creator string
stake int
limit int
리턴 GameOffer

FromOffer() 공개 정적인 메소드

Creates a deep-copy from existing offer and updates it's time stamp.
public static FromOffer ( GameOffer offer ) : GameOffer
offer GameOffer
리턴 GameOffer

GameOffer() 공개 메소드

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

GameOffer() 공개 메소드

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

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

프로퍼티 상세

creator 보호되어 있는 프로퍼티

protected string creator
리턴 string

game_type 보호되어 있는 프로퍼티

protected GameType game_type
리턴 GameType

limit 보호되어 있는 프로퍼티

protected int limit
리턴 int

match_to 보호되어 있는 프로퍼티

protected int match_to
리턴 int

stake 보호되어 있는 프로퍼티

protected int stake
리턴 int

time_created 보호되어 있는 프로퍼티

protected DateTime,System time_created
리턴 System.DateTime