C# Class YGOSharp.OCGWrapper.Card

Afficher le fichier Open project: IceYGO/ygosharp Class Usage Examples

Private Properties

Свойство Type Description
Card System.Data

Méthodes publiques

Méthode Description
Get ( int id ) : Card
HasType ( CardType type ) : bool
IsExtraCard ( ) : bool

Private Methods

Méthode Description
Card ( IDataRecord reader ) : System.Data

Method Details

Get() public static méthode

public static Get ( int id ) : Card
id int
Résultat Card

HasType() public méthode

public HasType ( CardType type ) : bool
type CardType
Résultat bool

IsExtraCard() public méthode

public IsExtraCard ( ) : bool
Résultat bool