C# 클래스 GitLink.Providers.ProviderBase

상속: IProvider
파일 보기 프로젝트 열기: GitTools/GitLink

공개 메소드들

메소드 설명
GetShaHashOfCurrentBranch ( Context context, TemporaryFilesContext temporaryFilesContext ) : string
Initialize ( string url ) : bool

보호된 메소드들

메소드 설명
ProviderBase ( IRepositoryPreparer repositoryPreparer ) : System

메소드 상세

GetShaHashOfCurrentBranch() 공개 메소드

public GetShaHashOfCurrentBranch ( Context context, TemporaryFilesContext temporaryFilesContext ) : string
context Context
temporaryFilesContext TemporaryFilesContext
리턴 string

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

public abstract Initialize ( string url ) : bool
url string
리턴 bool

ProviderBase() 보호된 메소드

protected ProviderBase ( IRepositoryPreparer repositoryPreparer ) : System
repositoryPreparer IRepositoryPreparer
리턴 System