C# Класс _3PA.MainFeatures.ShareExportConf

Показать файл Открыть проект

Открытые методы

Метод Описание
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