C# 클래스 Sparkles.BaseFetcher

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

공개 프로퍼티들

프로퍼티 타입 설명
AvailableStorageTypes List
FetchPriorHistory bool
OriginalFetcherInfo SparkleFetcherInfo

보호된 프로퍼티들

프로퍼티 타입 설명
ExcludeRules string[]
errors List
warnings List

공개 메소드들

메소드 설명
Complete ( StorageType storage_type ) : string
Complete ( ) : void
CreateInitialChangeSet ( ) : void
Dispose ( ) : void
EnableFetchedRepoCrypto ( string password ) : void
Fetch ( ) : bool
FormatName ( ) : string
GetBackend ( string address ) : string
IsFetchedRepoPasswordCorrect ( string password ) : bool
Start ( ) : void
Stop ( ) : void

보호된 메소드들

메소드 설명
BaseFetcher ( SparkleFetcherInfo info ) : System
OnProgressChanged ( double percentage, double speed, string information ) : void

메소드 상세

BaseFetcher() 보호된 메소드

protected BaseFetcher ( SparkleFetcherInfo info ) : System
info SparkleFetcherInfo
리턴 System

Complete() 공개 메소드

public Complete ( StorageType storage_type ) : string
storage_type StorageType
리턴 string

Complete() 공개 메소드

public Complete ( ) : void
리턴 void

CreateInitialChangeSet() 공개 메소드

public CreateInitialChangeSet ( ) : void
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

EnableFetchedRepoCrypto() 공개 추상적인 메소드

public abstract EnableFetchedRepoCrypto ( string password ) : void
password string
리턴 void

Fetch() 공개 추상적인 메소드

public abstract Fetch ( ) : bool
리턴 bool

FormatName() 공개 메소드

public FormatName ( ) : string
리턴 string

GetBackend() 공개 정적인 메소드

public static GetBackend ( string address ) : string
address string
리턴 string

IsFetchedRepoPasswordCorrect() 공개 추상적인 메소드

public abstract IsFetchedRepoPasswordCorrect ( string password ) : bool
password string
리턴 bool

OnProgressChanged() 보호된 메소드

protected OnProgressChanged ( double percentage, double speed, string information ) : void
percentage double
speed double
information string
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

Stop() 공개 추상적인 메소드

public abstract Stop ( ) : void
리턴 void

프로퍼티 상세

AvailableStorageTypes 공개적으로 프로퍼티

public List AvailableStorageTypes
리턴 List

ExcludeRules 보호되어 있는 프로퍼티

protected string[] ExcludeRules
리턴 string[]

FetchPriorHistory 공개적으로 프로퍼티

public bool FetchPriorHistory
리턴 bool

OriginalFetcherInfo 공개적으로 프로퍼티

public SparkleFetcherInfo,Sparkles OriginalFetcherInfo
리턴 SparkleFetcherInfo

errors 보호되어 있는 프로퍼티

protected List errors
리턴 List

warnings 보호되어 있는 프로퍼티

protected List warnings
리턴 List