C# Class MassImport.ImportEntry

Afficher le fichier Open project: polserver/poltools

Méthodes publiques

Méthode Description
GetTileDataInfo ( string FileName, string &message, string &tiledata ) : bool
Import ( bool direct, bool>.Dictionary &ChangedClasses ) : void
ImportEntry ( ) : System
Test ( ) : string
TestFile ( string &message ) : void

Method Details

GetTileDataInfo() public méthode

public GetTileDataInfo ( string FileName, string &message, string &tiledata ) : bool
FileName string
message string
tiledata string
Résultat bool

Import() public abstract méthode

public abstract Import ( bool direct, bool>.Dictionary &ChangedClasses ) : void
direct bool
ChangedClasses bool>.Dictionary
Résultat void

ImportEntry() public méthode

public ImportEntry ( ) : System
Résultat System

Test() public méthode

public Test ( ) : string
Résultat string

TestFile() public méthode

public TestFile ( string &message ) : void
message string
Résultat void