C# Class PsHandler.PokerTypes.PokerTypeManager

Afficher le fichier Open project: kampiuceris/PsHandler Class Usage Examples

Méthodes publiques

Свойство Type Description
_lock object
_pokerTypes List

Méthodes publiques

Méthode Description
Add ( IEnumerable pokerTypes ) : void
Add ( PokerType pokerType ) : void
FromXElement ( System.Xml.Linq.XElement xElement, List &exceptions, string exceptionHeader ) : void
GetPokerType ( string title, string className, int &errorFlags ) : PokerType
GetPokerTypesCopy ( ) : PsHandler.PokerTypes.PokerType[]
Remove ( PokerType pokerType ) : void
RemoveAll ( ) : void
SeedDefaultValues ( ) : void
ToXElement ( ) : System.Xml.Linq.XElement

Method Details

Add() public méthode

public Add ( IEnumerable pokerTypes ) : void
pokerTypes IEnumerable
Résultat void

Add() public méthode

public Add ( PokerType pokerType ) : void
pokerType PokerType
Résultat void

FromXElement() public méthode

public FromXElement ( System.Xml.Linq.XElement xElement, List &exceptions, string exceptionHeader ) : void
xElement System.Xml.Linq.XElement
exceptions List
exceptionHeader string
Résultat void

GetPokerType() public méthode

public GetPokerType ( string title, string className, int &errorFlags ) : PokerType
title string
className string
errorFlags int
Résultat PokerType

GetPokerTypesCopy() public méthode

public GetPokerTypesCopy ( ) : PsHandler.PokerTypes.PokerType[]
Résultat PsHandler.PokerTypes.PokerType[]

Remove() public méthode

public Remove ( PokerType pokerType ) : void
pokerType PokerType
Résultat void

RemoveAll() public méthode

public RemoveAll ( ) : void
Résultat void

SeedDefaultValues() public méthode

public SeedDefaultValues ( ) : void
Résultat void

ToXElement() public méthode

public ToXElement ( ) : System.Xml.Linq.XElement
Résultat System.Xml.Linq.XElement

Property Details

_lock public_oe property

public object _lock
Résultat object

_pokerTypes public_oe property

public List _pokerTypes
Résultat List