C# 클래스 _20.Events.SubstitutionEvent

The event the will handle substitutions.
상속: Event
파일 보기 프로젝트 열기: jdharms/20-20 1 사용 예제들

공개 메소드들

메소드 설명
SubstitutionEvent ( Alpaca pac, string idGoingIn, string idGoingOut, string teamId ) : System
ToString ( ) : string
resolve ( ) : void

Subs in the player going in for the player going out

serialize ( ) : string

Converts this class to a Json serialized object, with the correct fields.

unresolve ( ) : void

Undoes a substitution.

메소드 상세

SubstitutionEvent() 공개 메소드

public SubstitutionEvent ( Alpaca pac, string idGoingIn, string idGoingOut, string teamId ) : System
pac Alpaca
idGoingIn string
idGoingOut string
teamId string
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

resolve() 공개 메소드

Subs in the player going in for the player going out
public resolve ( ) : void
리턴 void

serialize() 공개 메소드

Converts this class to a Json serialized object, with the correct fields.
public serialize ( ) : string
리턴 string

unresolve() 공개 메소드

Undoes a substitution.
public unresolve ( ) : void
리턴 void