C# Class PsHandler.TableTiler.TableTile

Show file Open project: kampiuceris/PsHandler Class Usage Examples

Public Properties

Property Type Description
AutoTile bool
AutoTileMethod AutoTileMethod
BringToFront bool
IsEnabled bool
KeyCombination KeyCombination
Name string
RegexWindowClass System.Text.RegularExpressions.Regex
RegexWindowTitle System.Text.RegularExpressions.Regex
SortByStartingHand bool
TableCountEqualOrGreaterThan int
TableCountEqualOrLessThan int
XYWHs System.Drawing.Rectangle[]

Public Methods

Method Description
FromXElement ( System.Xml.Linq.XElement xElement ) : TableTile
FromXElement ( System.Xml.Linq.XElement xElement, List &exceptions, string exceptionHeader ) : TableTile
GetDefaultValues ( ) : IEnumerable
ParseAutoTileMethod ( string text ) : AutoTileMethod
ToXElement ( ) : System.Xml.Linq.XElement

Method Details

FromXElement() public static method

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

FromXElement() public static method

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

GetDefaultValues() public static method

public static GetDefaultValues ( ) : IEnumerable
return IEnumerable

ParseAutoTileMethod() public static method

public static ParseAutoTileMethod ( string text ) : AutoTileMethod
text string
return AutoTileMethod

ToXElement() public method

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

Property Details

AutoTile public property

public bool AutoTile
return bool

AutoTileMethod public property

public AutoTileMethod AutoTileMethod
return AutoTileMethod

BringToFront public property

public bool BringToFront
return bool

IsEnabled public property

public bool IsEnabled
return bool

KeyCombination public property

public KeyCombination KeyCombination
return KeyCombination

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

SortByStartingHand public property

public bool SortByStartingHand
return bool

TableCountEqualOrGreaterThan public property

public int TableCountEqualOrGreaterThan
return int

TableCountEqualOrLessThan public property

public int TableCountEqualOrLessThan
return int

XYWHs public property

public Rectangle[],System.Drawing XYWHs
return System.Drawing.Rectangle[]