C# 클래스 Server.Commands.Categorization

파일 보기 프로젝트 열기: Grimoric/RunUO.T2A

공개 메소드들

메소드 설명
Export ( CategoryEntry ce, string fileName ) : void
Initialize ( ) : void
Load ( ) : void
RecurseExport ( XmlTextWriter xml, CategoryEntry ce ) : void
RecurseFindCategories ( CategoryEntry ce, ArrayList list ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

Export() 공개 정적인 메소드

public static Export ( CategoryEntry ce, string fileName ) : void
ce CategoryEntry
fileName string
리턴 void

Initialize() 공개 정적인 메소드

public static Initialize ( ) : void
리턴 void

Load() 공개 정적인 메소드

public static Load ( ) : void
리턴 void

RecurseExport() 공개 정적인 메소드

public static RecurseExport ( XmlTextWriter xml, CategoryEntry ce ) : void
xml System.Xml.XmlTextWriter
ce CategoryEntry
리턴 void

RecurseFindCategories() 공개 정적인 메소드

public static RecurseFindCategories ( CategoryEntry ce, ArrayList list ) : void
ce CategoryEntry
list System.Collections.ArrayList
리턴 void