C# 클래스 SDE.Tools.DatabaseEditor.Generic.DbLoaders.AllLoaders

파일 보기 프로젝트 열기: Tokeiburu/RagnarokSDE 1 사용 예제들

공개 메소드들

메소드 설명
ClearStoredFiles ( ) : void
DetectPath ( ServerDbs toString, bool allowAlernative = true ) : string
DetectPath ( string toString ) : string
DetectPathAll ( string db ) : string

Goes up in the parent folder until the path is found.

GenericErrorHandler ( int &numError, object item ) : bool
GetFileType ( string path ) : FileType

Gets the type of the file based on the path.

GetIsRenewal ( ) : bool

Determines if the current server is renewal or not.

GetServerType ( ) : ServerType

Gets the type of the server of the currently loaded DB.

GetStoredFile ( string path ) : string
StoreFile ( string path ) : void
UpdateStoredFiles ( ) : void

비공개 메소드들

메소드 설명
AllLoaders ( ) : System.IO
_getInCurrentPath ( string fileInput ) : string
_getInParentPath ( string fileInput ) : string

메소드 상세

ClearStoredFiles() 공개 정적인 메소드

public static ClearStoredFiles ( ) : void
리턴 void

DetectPath() 공개 정적인 메소드

public static DetectPath ( ServerDbs toString, bool allowAlernative = true ) : string
toString SDE.Tools.DatabaseEditor.Generic.Lists.ServerDbs
allowAlernative bool
리턴 string

DetectPath() 공개 정적인 메소드

public static DetectPath ( string toString ) : string
toString string
리턴 string

DetectPathAll() 공개 정적인 메소드

Goes up in the parent folder until the path is found.
public static DetectPathAll ( string db ) : string
db string The sub path to find.
리턴 string

GenericErrorHandler() 공개 정적인 메소드

public static GenericErrorHandler ( int &numError, object item ) : bool
numError int
item object
리턴 bool

GetFileType() 공개 정적인 메소드

Gets the type of the file based on the path.
public static GetFileType ( string path ) : FileType
path string The path.
리턴 FileType

GetIsRenewal() 공개 정적인 메소드

Determines if the current server is renewal or not.
public static GetIsRenewal ( ) : bool
리턴 bool

GetServerType() 공개 정적인 메소드

Gets the type of the server of the currently loaded DB.
public static GetServerType ( ) : ServerType
리턴 ServerType

GetStoredFile() 공개 정적인 메소드

public static GetStoredFile ( string path ) : string
path string
리턴 string

StoreFile() 공개 정적인 메소드

public static StoreFile ( string path ) : void
path string
리턴 void

UpdateStoredFiles() 공개 정적인 메소드

public static UpdateStoredFiles ( ) : void
리턴 void