C# 클래스 Reckoning.Game.Notifier.Collection

상속: Notification
파일 보기 프로젝트 열기: dylannorthrup/hexapidocs

공개 프로퍼티들

프로퍼티 타입 설명
Action string
CardsAdded List
CardsRemoved List
Complete List

공개 메소드들

메소드 설명
Collection ( string user, ICard>.Dictionary newCollection ) : System
ContainsData ( ) : bool
GetMessageName ( ) : string

메소드 상세

Collection() 공개 메소드

public Collection ( string user, ICard>.Dictionary newCollection ) : System
user string
newCollection ICard>.Dictionary
리턴 System

ContainsData() 공개 메소드

public ContainsData ( ) : bool
리턴 bool

GetMessageName() 공개 정적인 메소드

public static GetMessageName ( ) : string
리턴 string

프로퍼티 상세

Action 공개적으로 프로퍼티

public string Action
리턴 string

CardsAdded 공개적으로 프로퍼티

public List CardsAdded
리턴 List

CardsRemoved 공개적으로 프로퍼티

public List CardsRemoved
리턴 List

Complete 공개적으로 프로퍼티

public List Complete
리턴 List