C# Class Depressurizer.AutoCatName

Inheritance: AutoCat
Afficher le fichier Open project: Theo47/depressurizer Class Usage Examples

Méthodes publiques

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

Method Details

AutoCatName() public méthode

public AutoCatName ( string name, string prefix = "", bool skipThe = true, bool groupNumbers = false ) : System
name string
prefix string
skipThe bool
groupNumbers bool
Résultat System

CategorizeGame() public méthode

public CategorizeGame ( GameInfo game, Depressurizer.Filter filter ) : AutoCatResult
game GameInfo
filter Depressurizer.Filter
Résultat AutoCatResult

Clone() public méthode

public Clone ( ) : AutoCat
Résultat AutoCat

LoadFromXmlElement() public static méthode

public static LoadFromXmlElement ( XmlElement xElement ) : AutoCatName
xElement System.Xml.XmlElement
Résultat AutoCatName

WriteToXml() public méthode

public WriteToXml ( XmlWriter writer ) : void
writer System.Xml.XmlWriter
Résultat void