C# 클래스 PsHandler.PokerMath.PokerCommands.Raise

상속: PokerCommand
파일 보기 프로젝트 열기: kampiuceris/PsHandler

공개 프로퍼티들

프로퍼티 타입 설명
AllIn bool
Amount decimal
AmountInTotal decimal
Player Player

공개 메소드들

메소드 설명
Exec ( Table table ) : void
Raise ( string commandText, Player player, decimal amountInTotal, bool allIn ) : System
Undo ( Table table ) : void

메소드 상세

Exec() 공개 메소드

public Exec ( Table table ) : void
table Table
리턴 void

Raise() 공개 메소드

public Raise ( string commandText, Player player, decimal amountInTotal, bool allIn ) : System
commandText string
player Player
amountInTotal decimal
allIn bool
리턴 System

Undo() 공개 메소드

public Undo ( Table table ) : void
table Table
리턴 void

프로퍼티 상세

AllIn 공개적으로 프로퍼티

public bool AllIn
리턴 bool

Amount 공개적으로 프로퍼티

public decimal Amount
리턴 decimal

AmountInTotal 공개적으로 프로퍼티

public decimal AmountInTotal
리턴 decimal

Player 공개적으로 프로퍼티

public Player,PsHandler.PokerMath Player
리턴 Player