C# Class fs4net.Memory.Node.FileSystemNode

Inheritance: IDisposable
Afficher le fichier Open project: toroso/fs4net Class Usage Examples

Méthodes publiques

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

Méthodes protégées

Méthode Description
FileSystemNode ( FolderNode parent, string name ) : System
TouchCreationTime ( ) : void
TouchLastAccessTime ( ) : void
TouchLastWriteTime ( ) : void

Method Details

Delete() public méthode

public Delete ( ) : void
Résultat void

Dispose() public abstract méthode

public abstract Dispose ( ) : void
Résultat void

FileSystemNode() protected méthode

protected FileSystemNode ( FolderNode parent, string name ) : System
parent FolderNode
name string
Résultat System

MoveTo() public méthode

public MoveTo ( FolderNode destParentNode, string destName ) : void
destParentNode FolderNode
destName string
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string

TouchCreationTime() protected méthode

protected TouchCreationTime ( ) : void
Résultat void

TouchLastAccessTime() protected méthode

protected TouchLastAccessTime ( ) : void
Résultat void

TouchLastWriteTime() protected méthode

protected TouchLastWriteTime ( ) : void
Résultat void

TreeAsString() public méthode

public TreeAsString ( int indentLevel ) : string
indentLevel int
Résultat string

VerifyCanBeRemoved() public abstract méthode

public abstract VerifyCanBeRemoved ( ) : void
Résultat void