C# Class GreenQloud.Repository.AbstractController

Mostrar archivo Open project: greenqloud/qloudsync

Protected Properties

Property Type Description
repo LocalRepository

Public Methods

Method Description
AbstractController ( LocalRepository repo ) : System

Protected Methods

Method Description
BlockWatcher ( string path ) : void
UnblockWatcher ( string path ) : void

Method Details

AbstractController() public method

public AbstractController ( LocalRepository repo ) : System
repo LocalRepository
return System

BlockWatcher() protected method

protected BlockWatcher ( string path ) : void
path string
return void

UnblockWatcher() protected method

protected UnblockWatcher ( string path ) : void
path string
return void

Property Details

repo protected_oe property

protected LocalRepository repo
return LocalRepository