C# Class TestLibrary.TestUtils.FolderTree

ファイルを表示 Open project: OpenDataSpace/CmisSync Class Usage Examples

Public Methods

Method Description
CreateTreeIn ( IDirectoryInfo rootFolder, bool deleteNonListed = true ) : void
CreateTreeIn ( IFolder rootFolder, bool deleteNonListed = true ) : void
Equals ( object obj ) : bool
FolderTree ( DirectoryInfo dir, string name = null ) : System
FolderTree ( IDirectoryInfo dir, string name = null ) : System
FolderTree ( IFolder folder, string name = null ) : System
FolderTree ( string tree ) : System
GetHashCode ( ) : int
ToString ( ) : string

Private Methods

Method Description
FolderTree ( FileInfo file ) : System
FolderTree ( IDocument doc ) : System
FolderTree ( IFileInfo file ) : System

Method Details

CreateTreeIn() public method

public CreateTreeIn ( IDirectoryInfo rootFolder, bool deleteNonListed = true ) : void
rootFolder IDirectoryInfo
deleteNonListed bool
return void

CreateTreeIn() public method

public CreateTreeIn ( IFolder rootFolder, bool deleteNonListed = true ) : void
rootFolder IFolder
deleteNonListed bool
return void

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

FolderTree() public method

public FolderTree ( DirectoryInfo dir, string name = null ) : System
dir System.IO.DirectoryInfo
name string
return System

FolderTree() public method

public FolderTree ( IDirectoryInfo dir, string name = null ) : System
dir IDirectoryInfo
name string
return System

FolderTree() public method

public FolderTree ( IFolder folder, string name = null ) : System
folder IFolder
name string
return System

FolderTree() public method

public FolderTree ( string tree ) : System
tree string
return System

GetHashCode() public method

public GetHashCode ( ) : int
return int

ToString() public method

public ToString ( ) : string
return string