C# 클래스 Depressurizer.AutoCatUserScore

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

공개 프로퍼티들

프로퍼티 타입 설명
Rules List

공개 메소드들

메소드 설명
AutoCatUserScore ( AutoCatUserScore other ) : System
AutoCatUserScore ( string name = TypeIdString, string filter = null, string prefix = null, bool useWilsonScore = false, List rules = null, bool selected = false ) : System
CategorizeGame ( GameInfo game, Depressurizer.Filter filter ) : AutoCatResult
Clone ( ) : AutoCat
GenerateSteamRules ( ICollection rules ) : void

Generates rules that match the Steam Store rating labels

LoadFromXmlElement ( XmlElement xElement ) : AutoCatUserScore
WriteToXml ( System writer ) : void

비공개 메소드들

메소드 설명
CheckRule ( UserScore_Rule rule, int score, int reviews ) : bool
GetProcessedString ( string s ) : string

메소드 상세

AutoCatUserScore() 공개 메소드

public AutoCatUserScore ( AutoCatUserScore other ) : System
other AutoCatUserScore
리턴 System

AutoCatUserScore() 공개 메소드

public AutoCatUserScore ( string name = TypeIdString, string filter = null, string prefix = null, bool useWilsonScore = false, List rules = null, bool selected = false ) : System
name string
filter string
prefix string
useWilsonScore bool
rules List
selected bool
리턴 System

CategorizeGame() 공개 메소드

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

Clone() 공개 메소드

public Clone ( ) : AutoCat
리턴 AutoCat

GenerateSteamRules() 공개 메소드

Generates rules that match the Steam Store rating labels
public GenerateSteamRules ( ICollection rules ) : void
rules ICollection List of UserScore_Rule objects to populate with the new ones. Should generally be empty.
리턴 void

LoadFromXmlElement() 공개 정적인 메소드

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

WriteToXml() 공개 메소드

public WriteToXml ( System writer ) : void
writer System
리턴 void

프로퍼티 상세

Rules 공개적으로 프로퍼티

public List Rules
리턴 List