C# 클래스 GreenQloud.Repository.AbstractController

파일 보기 프로젝트 열기: greenqloud/qloudsync

보호된 프로퍼티들

프로퍼티 타입 설명
repo LocalRepository

공개 메소드들

메소드 설명
AbstractController ( LocalRepository repo ) : System

보호된 메소드들

메소드 설명
BlockWatcher ( string path ) : void
UnblockWatcher ( string path ) : void

메소드 상세

AbstractController() 공개 메소드

public AbstractController ( LocalRepository repo ) : System
repo LocalRepository
리턴 System

BlockWatcher() 보호된 메소드

protected BlockWatcher ( string path ) : void
path string
리턴 void

UnblockWatcher() 보호된 메소드

protected UnblockWatcher ( string path ) : void
path string
리턴 void

프로퍼티 상세

repo 보호되어 있는 프로퍼티

protected LocalRepository repo
리턴 LocalRepository