C# Class Simulated._Fs._StorageSink

Show file Open project: arlobelshee/SimulatableApi Class Usage Examples

Private Properties

Property Type Description
CommitAll System.Threading.Tasks.Task
CreateDir System.Threading.Tasks.Task
DeleteDir System.Threading.Tasks.Task
DeleteFile System.Threading.Tasks.Task
DirExists Task
FileExists Task
FindFiles Task>
MoveDir System.Threading.Tasks.Task
MoveFile System.Threading.Tasks.Task
Overwrite System.Threading.Tasks.Task
RawContents Task
RevertAll System.Threading.Tasks.Task
TextContents Task

Private Methods

Method Description
CommitAll ( ) : System.Threading.Tasks.Task
CreateDir ( [ path ) : System.Threading.Tasks.Task
DeleteDir ( [ path ) : System.Threading.Tasks.Task
DeleteFile ( [ path ) : System.Threading.Tasks.Task
DirExists ( [ path ) : Task
FileExists ( [ path ) : Task
FindFiles ( [ path, [ searchPattern ) : Task>
MoveDir ( [ src, [ dest ) : System.Threading.Tasks.Task
MoveFile ( [ src, [ dest ) : System.Threading.Tasks.Task
Overwrite ( [ path, [ newContents ) : System.Threading.Tasks.Task
RawContents ( [ path ) : Task
RevertAll ( ) : System.Threading.Tasks.Task
TextContents ( [ path ) : Task