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

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

공개 프로퍼티들

프로퍼티 타입 설명
Amount decimal
Player Player

공개 메소드들

메소드 설명
Exec ( Table table ) : void
PostAnte ( string commandText, Player player, decimal amount ) : System
Undo ( Table table ) : void

메소드 상세

Exec() 공개 메소드

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

PostAnte() 공개 메소드

public PostAnte ( string commandText, Player player, decimal amount ) : System
commandText string
player Player
amount decimal
리턴 System

Undo() 공개 메소드

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

프로퍼티 상세

Amount 공개적으로 프로퍼티

public decimal Amount
리턴 decimal

Player 공개적으로 프로퍼티

public Player,PsHandler.PokerMath Player
리턴 Player