C# 클래스 MassImport.ImportEntry

파일 보기 프로젝트 열기: polserver/poltools

공개 메소드들

메소드 설명
GetTileDataInfo ( string FileName, string &message, string &tiledata ) : bool
Import ( bool direct, bool>.Dictionary &ChangedClasses ) : void
ImportEntry ( ) : System
Test ( ) : string
TestFile ( string &message ) : void

메소드 상세

GetTileDataInfo() 공개 메소드

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

Import() 공개 추상적인 메소드

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

ImportEntry() 공개 메소드

public ImportEntry ( ) : System
리턴 System

Test() 공개 메소드

public Test ( ) : string
리턴 string

TestFile() 공개 메소드

public TestFile ( string &message ) : void
message string
리턴 void