C# 클래스 _3PA.MainFeatures.ShareExportConf

파일 보기 프로젝트 열기: jcaillon/3P

공개 메소드들

메소드 설명
IsFileExportedConf ( string filePath ) : bool

Returns true if the file is a configuration file listed here

StartCheckingForUpdates ( ) : void

ASYNC - Call this method to start checking for updates every xx min, also check once immediatly

TryToImportFile ( string filePath ) : bool

Try to import the given configuration file

UpdateList ( string distantShareDirectory ) : void

Update the information of the conf list, using the given share directory

비공개 메소드들

메소드 설명
DoDelete ( ConfLine conf ) : void
DoFetch ( ConfLine conf ) : void
DoPush ( ConfLine conf ) : void
ImportKeywords ( ConfLine conf ) : void

메소드 상세

IsFileExportedConf() 공개 정적인 메소드

Returns true if the file is a configuration file listed here
public static IsFileExportedConf ( string filePath ) : bool
filePath string
리턴 bool

StartCheckingForUpdates() 공개 정적인 메소드

ASYNC - Call this method to start checking for updates every xx min, also check once immediatly
public static StartCheckingForUpdates ( ) : void
리턴 void

TryToImportFile() 공개 정적인 메소드

Try to import the given configuration file
public static TryToImportFile ( string filePath ) : bool
filePath string
리턴 bool

UpdateList() 공개 정적인 메소드

Update the information of the conf list, using the given share directory
public static UpdateList ( string distantShareDirectory ) : void
distantShareDirectory string
리턴 void