C# 클래스 FlickrSync.LocalInfo

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

공개 메소드들

메소드 설명
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