C# Class fs4net.Memory.Node.FileSystemNode

Inheritance: IDisposable
Show file Open project: toroso/fs4net Class Usage Examples

Public Methods

Method Description
Delete ( ) : void
Dispose ( ) : void
MoveTo ( FolderNode destParentNode, string destName ) : void
ToString ( ) : string
TreeAsString ( int indentLevel ) : string
VerifyCanBeRemoved ( ) : void

Protected Methods

Method Description
FileSystemNode ( FolderNode parent, string name ) : System
TouchCreationTime ( ) : void
TouchLastAccessTime ( ) : void
TouchLastWriteTime ( ) : void

Method Details

Delete() public method

public Delete ( ) : void
return void

Dispose() public abstract method

public abstract Dispose ( ) : void
return void

FileSystemNode() protected method

protected FileSystemNode ( FolderNode parent, string name ) : System
parent FolderNode
name string
return System

MoveTo() public method

public MoveTo ( FolderNode destParentNode, string destName ) : void
destParentNode FolderNode
destName string
return void

ToString() public method

public ToString ( ) : string
return string

TouchCreationTime() protected method

protected TouchCreationTime ( ) : void
return void

TouchLastAccessTime() protected method

protected TouchLastAccessTime ( ) : void
return void

TouchLastWriteTime() protected method

protected TouchLastWriteTime ( ) : void
return void

TreeAsString() public method

public TreeAsString ( int indentLevel ) : string
indentLevel int
return string

VerifyCanBeRemoved() public abstract method

public abstract VerifyCanBeRemoved ( ) : void
return void