C# 클래스 FECipherVit.Card

파일 보기 프로젝트 열기: sdercolin/FECipherVit 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
CardName string
Comments string
Controller User
FrontShown bool
IsHorizontal bool
LunaCounter int
NumberInDeck int
OverlayCardNo List
Power string
SerialNo string
SolCounter int
Support string
UnitName string
UnitTitle string
Visible bool

공개 메소드들

메소드 설명
BelongedRegion ( ) : Region
Card ( int _NumberInDeck, string _SerialNo, string _CardName, string _Power, string _Support, User _Controller ) : System
Card ( string CardAsString, User _Controller ) : System
RemoveFromAny ( ) : void
toString ( ) : string

메소드 상세

BelongedRegion() 공개 메소드

public BelongedRegion ( ) : Region
리턴 Region

Card() 공개 메소드

public Card ( int _NumberInDeck, string _SerialNo, string _CardName, string _Power, string _Support, User _Controller ) : System
_NumberInDeck int
_SerialNo string
_CardName string
_Power string
_Support string
_Controller User
리턴 System

Card() 공개 메소드

public Card ( string CardAsString, User _Controller ) : System
CardAsString string
_Controller User
리턴 System

RemoveFromAny() 공개 메소드

public RemoveFromAny ( ) : void
리턴 void

toString() 공개 메소드

public toString ( ) : string
리턴 string

프로퍼티 상세

CardName 공개적으로 프로퍼티

public string CardName
리턴 string

Comments 공개적으로 프로퍼티

public string Comments
리턴 string

Controller 공개적으로 프로퍼티

public User,FECipherVit Controller
리턴 User

FrontShown 공개적으로 프로퍼티

public bool FrontShown
리턴 bool

IsHorizontal 공개적으로 프로퍼티

public bool IsHorizontal
리턴 bool

LunaCounter 공개적으로 프로퍼티

public int LunaCounter
리턴 int

NumberInDeck 공개적으로 프로퍼티

public int NumberInDeck
리턴 int

OverlayCardNo 공개적으로 프로퍼티

public List OverlayCardNo
리턴 List

Power 공개적으로 프로퍼티

public string Power
리턴 string

SerialNo 공개적으로 프로퍼티

public string SerialNo
리턴 string

SolCounter 공개적으로 프로퍼티

public int SolCounter
리턴 int

Support 공개적으로 프로퍼티

public string Support
리턴 string

UnitName 공개적으로 프로퍼티

public string UnitName
리턴 string

UnitTitle 공개적으로 프로퍼티

public string UnitTitle
리턴 string

Visible 공개적으로 프로퍼티

public bool Visible
리턴 bool