C# Класс FlickrSync.LocalInfo

Показать файл Открыть проект Примеры использования класса

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

Метод Описание
Add ( SyncFolder sf ) : void
Add ( string pFolderPath ) : void
AddPath ( PathInfo pi ) : void
AddPath ( string pPath, bool pOpen, bool pManualAdd ) : void
Associate ( string FolderPath, string SetId ) : void
Exists ( string Path ) : bool
ExistsPath ( string Path ) : bool
GetPathInfo ( string Path ) : PathInfo
GetPathInfoList ( ) : ArrayList
GetSetId ( string Path ) : string
GetSyncFolder ( string pFolderPath ) : SyncFolder
GetSyncFolderBySet ( string SetId ) : SyncFolder
GetSyncFolders ( ) : ArrayList
GetSyncXML ( ) : string
Includes ( string path ) : bool
LoadFromXML ( string xml ) : void
LocalInfo ( ) : System
Remove ( string pFolderPath ) : void
RemovePath ( string pPath ) : void
SaveToXML ( ) : void

Описание методов

Add() публичный Метод

public Add ( SyncFolder sf ) : void
sf SyncFolder
Результат void

Add() публичный Метод

public Add ( string pFolderPath ) : void
pFolderPath string
Результат void

AddPath() публичный Метод

public AddPath ( PathInfo pi ) : void
pi PathInfo
Результат void

AddPath() публичный Метод

public AddPath ( string pPath, bool pOpen, bool pManualAdd ) : void
pPath string
pOpen bool
pManualAdd bool
Результат void

Associate() публичный Метод

public Associate ( string FolderPath, string SetId ) : void
FolderPath string
SetId string
Результат void

Exists() публичный Метод

public Exists ( string Path ) : bool
Path string
Результат bool

ExistsPath() публичный Метод

public ExistsPath ( string Path ) : bool
Path string
Результат bool

GetPathInfo() публичный Метод

public GetPathInfo ( string Path ) : PathInfo
Path string
Результат PathInfo

GetPathInfoList() публичный Метод

public GetPathInfoList ( ) : ArrayList
Результат System.Collections.ArrayList

GetSetId() публичный Метод

public GetSetId ( string Path ) : string
Path string
Результат string

GetSyncFolder() публичный Метод

public GetSyncFolder ( string pFolderPath ) : SyncFolder
pFolderPath string
Результат SyncFolder

GetSyncFolderBySet() публичный Метод

public GetSyncFolderBySet ( string SetId ) : SyncFolder
SetId string
Результат SyncFolder

GetSyncFolders() публичный Метод

public GetSyncFolders ( ) : ArrayList
Результат System.Collections.ArrayList

GetSyncXML() публичный Метод

public GetSyncXML ( ) : string
Результат string

Includes() публичный Метод

public Includes ( string path ) : bool
path string
Результат bool

LoadFromXML() публичный Метод

public LoadFromXML ( string xml ) : void
xml string
Результат void

LocalInfo() публичный Метод

public LocalInfo ( ) : System
Результат System

Remove() публичный Метод

public Remove ( string pFolderPath ) : void
pFolderPath string
Результат void

RemovePath() публичный Метод

public RemovePath ( string pPath ) : void
pPath string
Результат void

SaveToXML() публичный Метод

public SaveToXML ( ) : void
Результат void