C# Class Server.Commands.Categorization

Afficher le fichier Open project: Grimoric/RunUO.T2A

Méthodes publiques

Méthode Description
Export ( CategoryEntry ce, string fileName ) : void
Initialize ( ) : void
Load ( ) : void
RecurseExport ( XmlTextWriter xml, CategoryEntry ce ) : void
RecurseFindCategories ( CategoryEntry ce, ArrayList list ) : void

Private Methods

Méthode Description
AddTypes ( Assembly asm, ArrayList types ) : void
Fill ( CategoryEntry root, ArrayList list ) : void
GetDeepestMatch ( CategoryEntry root, Type type ) : CategoryEntry
IsConstructable ( Type type ) : bool
Load ( ArrayList types, string config ) : CategoryEntry
RebuildCategorization_OnCommand ( Server.Commands.CommandEventArgs e ) : void

Method Details

Export() public static méthode

public static Export ( CategoryEntry ce, string fileName ) : void
ce CategoryEntry
fileName string
Résultat void

Initialize() public static méthode

public static Initialize ( ) : void
Résultat void

Load() public static méthode

public static Load ( ) : void
Résultat void

RecurseExport() public static méthode

public static RecurseExport ( XmlTextWriter xml, CategoryEntry ce ) : void
xml System.Xml.XmlTextWriter
ce CategoryEntry
Résultat void

RecurseFindCategories() public static méthode

public static RecurseFindCategories ( CategoryEntry ce, ArrayList list ) : void
ce CategoryEntry
list System.Collections.ArrayList
Résultat void