C# Class PsHandler.PokerTypes.PokerType

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

Méthodes publiques

Свойство Type Description
LevelLength System.TimeSpan
Name string
RegexWindowClass System.Text.RegularExpressions.Regex
RegexWindowTitle System.Text.RegularExpressions.Regex

Méthodes publiques

Méthode Description
FromXElement ( System.Xml.Linq.XElement xElement ) : PokerType
FromXElement ( System.Xml.Linq.XElement xElement, List &exceptions, string exceptionHeader ) : PokerType
GetDefaultValues ( ) : IEnumerable
ToXElement ( ) : System.Xml.Linq.XElement

Method Details

FromXElement() public static méthode

public static FromXElement ( System.Xml.Linq.XElement xElement ) : PokerType
xElement System.Xml.Linq.XElement
Résultat PokerType

FromXElement() public static méthode

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

GetDefaultValues() public static méthode

public static GetDefaultValues ( ) : IEnumerable
Résultat IEnumerable

ToXElement() public méthode

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

Property Details

LevelLength public_oe property

public TimeSpan,System LevelLength
Résultat System.TimeSpan

Name public_oe property

public string Name
Résultat string

RegexWindowClass public_oe property

public Regex,System.Text.RegularExpressions RegexWindowClass
Résultat System.Text.RegularExpressions.Regex

RegexWindowTitle public_oe property

public Regex,System.Text.RegularExpressions RegexWindowTitle
Résultat System.Text.RegularExpressions.Regex