C# 클래스 Depressurizer.AutoCatName

상속: AutoCat
파일 보기 프로젝트 열기: Theo47/depressurizer 1 사용 예제들

공개 메소드들

메소드 설명
AutoCatName ( string name, string prefix = "", bool skipThe = true, bool groupNumbers = false ) : System
CategorizeGame ( GameInfo game, Depressurizer.Filter filter ) : AutoCatResult
Clone ( ) : AutoCat
LoadFromXmlElement ( XmlElement xElement ) : AutoCatName
WriteToXml ( XmlWriter writer ) : void

메소드 상세

AutoCatName() 공개 메소드

public AutoCatName ( string name, string prefix = "", bool skipThe = true, bool groupNumbers = false ) : System
name string
prefix string
skipThe bool
groupNumbers bool
리턴 System

CategorizeGame() 공개 메소드

public CategorizeGame ( GameInfo game, Depressurizer.Filter filter ) : AutoCatResult
game GameInfo
filter Depressurizer.Filter
리턴 AutoCatResult

Clone() 공개 메소드

public Clone ( ) : AutoCat
리턴 AutoCat

LoadFromXmlElement() 공개 정적인 메소드

public static LoadFromXmlElement ( XmlElement xElement ) : AutoCatName
xElement System.Xml.XmlElement
리턴 AutoCatName

WriteToXml() 공개 메소드

public WriteToXml ( XmlWriter writer ) : void
writer System.Xml.XmlWriter
리턴 void