Property | Type | Description | |
---|---|---|---|
db | Depressurizer.GameDB | ||
games |
Method | Description | |
---|---|---|
CategorizeGame ( |
Applies this autocategorization scheme to the game with the given ID.
|
|
CategorizeGame ( int gameId, Depressurizer.Filter filter ) : AutoCatResult |
Applies this autocategorization scheme to the game with the given ID.
|
|
Clone ( ) : |
||
CompareTo ( object other ) : int | ||
Create ( AutoCatType type, string name ) : |
||
DeProcess ( ) : void | ||
LoadACFromXmlElement ( |
||
PreProcess ( |
Must be called before any categorizations are done. Should be overridden to perform any necessary database analysis or other preparation. After this is called, no configuration options should be changed before using CategorizeGame.
|
|
ToString ( ) : string | ||
WriteToXml ( |
Method | Description | |
---|---|---|
AutoCat ( |
||
AutoCat ( string name ) : System |
public abstract CategorizeGame ( |
||
game | The GameInfo object to process | |
filter | Depressurizer.Filter | |
return | AutoCatResult |
public CategorizeGame ( int gameId, Depressurizer.Filter filter ) : AutoCatResult | ||
gameId | int | The game ID to process |
filter | Depressurizer.Filter | |
return | AutoCatResult |
public static Create ( AutoCatType type, string name ) : |
||
type | AutoCatType | |
name | string | |
return |
public static LoadACFromXmlElement ( |
||
xElement | ||
return |
public PreProcess ( |
||
games | ||
db | Depressurizer.GameDB | |
return | void |
public abstract WriteToXml ( |
||
writer | ||
return | void |