C# Class PsHandler.TableTiler.TableTile

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

Méthodes publiques

Свойство 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[]

Méthodes publiques

Méthode 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 méthode

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

FromXElement() public static méthode

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

GetDefaultValues() public static méthode

public static GetDefaultValues ( ) : IEnumerable
Résultat IEnumerable

ParseAutoTileMethod() public static méthode

public static ParseAutoTileMethod ( string text ) : AutoTileMethod
text string
Résultat AutoTileMethod

ToXElement() public méthode

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

Property Details

AutoTile public_oe property

public bool AutoTile
Résultat bool

AutoTileMethod public_oe property

public AutoTileMethod AutoTileMethod
Résultat AutoTileMethod

BringToFront public_oe property

public bool BringToFront
Résultat bool

IsEnabled public_oe property

public bool IsEnabled
Résultat bool

KeyCombination public_oe property

public KeyCombination KeyCombination
Résultat KeyCombination

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

SortByStartingHand public_oe property

public bool SortByStartingHand
Résultat bool

TableCountEqualOrGreaterThan public_oe property

public int TableCountEqualOrGreaterThan
Résultat int

TableCountEqualOrLessThan public_oe property

public int TableCountEqualOrLessThan
Résultat int

XYWHs public_oe property

public Rectangle[],System.Drawing XYWHs
Résultat System.Drawing.Rectangle[]