C# Class PsHandler.PokerTypes.PokerType

Show file Open project: kampiuceris/PsHandler Class Usage Examples

Public Properties

Property Type Description
LevelLength System.TimeSpan
Name string
RegexWindowClass System.Text.RegularExpressions.Regex
RegexWindowTitle System.Text.RegularExpressions.Regex

Public Methods

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

public static FromXElement ( System.Xml.Linq.XElement xElement ) : PokerType
xElement System.Xml.Linq.XElement
return PokerType

FromXElement() public static method

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

GetDefaultValues() public static method

public static GetDefaultValues ( ) : IEnumerable
return IEnumerable

ToXElement() public method

public ToXElement ( ) : System.Xml.Linq.XElement
return System.Xml.Linq.XElement

Property Details

LevelLength public property

public TimeSpan,System LevelLength
return System.TimeSpan

Name public property

public string Name
return string

RegexWindowClass public property

public Regex,System.Text.RegularExpressions RegexWindowClass
return System.Text.RegularExpressions.Regex

RegexWindowTitle public property

public Regex,System.Text.RegularExpressions RegexWindowTitle
return System.Text.RegularExpressions.Regex