C# 클래스 PsHandler.TableTiler.TableTile

파일 보기 프로젝트 열기: kampiuceris/PsHandler 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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[]

공개 메소드들

메소드 설명
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

메소드 상세

FromXElement() 공개 정적인 메소드

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

FromXElement() 공개 정적인 메소드

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

GetDefaultValues() 공개 정적인 메소드

public static GetDefaultValues ( ) : IEnumerable
리턴 IEnumerable

ParseAutoTileMethod() 공개 정적인 메소드

public static ParseAutoTileMethod ( string text ) : AutoTileMethod
text string
리턴 AutoTileMethod

ToXElement() 공개 메소드

public ToXElement ( ) : System.Xml.Linq.XElement
리턴 System.Xml.Linq.XElement

프로퍼티 상세

AutoTile 공개적으로 프로퍼티

public bool AutoTile
리턴 bool

AutoTileMethod 공개적으로 프로퍼티

public AutoTileMethod AutoTileMethod
리턴 AutoTileMethod

BringToFront 공개적으로 프로퍼티

public bool BringToFront
리턴 bool

IsEnabled 공개적으로 프로퍼티

public bool IsEnabled
리턴 bool

KeyCombination 공개적으로 프로퍼티

public KeyCombination KeyCombination
리턴 KeyCombination

Name 공개적으로 프로퍼티

public string Name
리턴 string

RegexWindowClass 공개적으로 프로퍼티

public Regex,System.Text.RegularExpressions RegexWindowClass
리턴 System.Text.RegularExpressions.Regex

RegexWindowTitle 공개적으로 프로퍼티

public Regex,System.Text.RegularExpressions RegexWindowTitle
리턴 System.Text.RegularExpressions.Regex

SortByStartingHand 공개적으로 프로퍼티

public bool SortByStartingHand
리턴 bool

TableCountEqualOrGreaterThan 공개적으로 프로퍼티

public int TableCountEqualOrGreaterThan
리턴 int

TableCountEqualOrLessThan 공개적으로 프로퍼티

public int TableCountEqualOrLessThan
리턴 int

XYWHs 공개적으로 프로퍼티

public Rectangle[],System.Drawing XYWHs
리턴 System.Drawing.Rectangle[]