C# Class FECipherVit.Card

Datei anzeigen Open project: sdercolin/FECipherVit Class Usage Examples

Public Properties

Property Type Description
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

Public Methods

Method Description
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

Method Details

BelongedRegion() public method

public BelongedRegion ( ) : Region
return Region

Card() public method

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
return System

Card() public method

public Card ( string CardAsString, User _Controller ) : System
CardAsString string
_Controller User
return System

RemoveFromAny() public method

public RemoveFromAny ( ) : void
return void

toString() public method

public toString ( ) : string
return string

Property Details

CardName public_oe property

public string CardName
return string

Comments public_oe property

public string Comments
return string

Controller public_oe property

public User,FECipherVit Controller
return User

FrontShown public_oe property

public bool FrontShown
return bool

IsHorizontal public_oe property

public bool IsHorizontal
return bool

LunaCounter public_oe property

public int LunaCounter
return int

NumberInDeck public_oe property

public int NumberInDeck
return int

OverlayCardNo public_oe property

public List OverlayCardNo
return List

Power public_oe property

public string Power
return string

SerialNo public_oe property

public string SerialNo
return string

SolCounter public_oe property

public int SolCounter
return int

Support public_oe property

public string Support
return string

UnitName public_oe property

public string UnitName
return string

UnitTitle public_oe property

public string UnitTitle
return string

Visible public_oe property

public bool Visible
return bool