C# Class PsHandler.TableTiler.TableTile

显示文件 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_oe property

public bool AutoTile
return bool

AutoTileMethod public_oe property

public AutoTileMethod AutoTileMethod
return AutoTileMethod

BringToFront public_oe property

public bool BringToFront
return bool

IsEnabled public_oe property

public bool IsEnabled
return bool

KeyCombination public_oe property

public KeyCombination KeyCombination
return KeyCombination

Name public_oe property

public string Name
return string

RegexWindowClass public_oe property

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

RegexWindowTitle public_oe property

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

SortByStartingHand public_oe property

public bool SortByStartingHand
return bool

TableCountEqualOrGreaterThan public_oe property

public int TableCountEqualOrGreaterThan
return int

TableCountEqualOrLessThan public_oe property

public int TableCountEqualOrLessThan
return int

XYWHs public_oe property

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