C# Class Simulated._Fs._Storage

Show file Open project: arlobelshee/SimulatableApi Class Usage Examples

Public Methods

Method Description
StartTrackingChanges ( ) : void
_Storage ( [ allFiles, [ disk ) : System.Collections.Generic

Private Methods

Method Description
Clone ( ) : _Storage
CommitChanges ( ) : System.Threading.Tasks.Task
EnsureDirectoryDoesNotExist ( [ path ) : System.Threading.Tasks.Task
EnsureDirectoryExists ( [ path ) : System.Threading.Tasks.Task
IsDirectory ( [ path ) : Task
IsFile ( [ path ) : Task
KnownFilesIn ( [ searchPattern, [ path ) : Task>
OverwriteFileContents ( [ path, [ newContents, [ parent ) : System.Threading.Tasks.Task
OverwriteFileContentsBinary ( [ path, [ newContents, [ parent ) : System.Threading.Tasks.Task
RawContents ( [ path ) : Task
RevertChanges ( ) : System.Threading.Tasks.Task
TextContents ( [ path ) : Task

Method Details

StartTrackingChanges() public method

public StartTrackingChanges ( ) : void
return void

_Storage() public method

public _Storage ( [ allFiles, [ disk ) : System.Collections.Generic
allFiles [
disk [
return System.Collections.Generic