C# Class MassImport.ImportEntry

ファイルを表示 Open project: polserver/poltools

Public Methods

Method 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 method

public GetTileDataInfo ( string FileName, string &message, string &tiledata ) : bool
FileName string
message string
tiledata string
return bool

Import() public abstract method

public abstract Import ( bool direct, bool>.Dictionary &ChangedClasses ) : void
direct bool
ChangedClasses bool>.Dictionary
return void

ImportEntry() public method

public ImportEntry ( ) : System
return System

Test() public method

public Test ( ) : string
return string

TestFile() public method

public TestFile ( string &message ) : void
message string
return void