C# Class VCFileUtils.Model.VCFileWrapper

Inheritance: VCProjectItemWrapper, IMovable
Afficher le fichier Open project: reloZid/vc-fileutils Class Usage Examples

Méthodes publiques

Méthode Description
Move ( ContainerWrapper newParent ) : void
Remove ( ) : void
SetFullPath ( string path ) : void
VCFileWrapper ( VCFile file ) : System

Method Details

Move() public méthode

public Move ( ContainerWrapper newParent ) : void
newParent ContainerWrapper
Résultat void

Remove() public méthode

public Remove ( ) : void
Résultat void

SetFullPath() public méthode

public SetFullPath ( string path ) : void
path string
Résultat void

VCFileWrapper() public méthode

public VCFileWrapper ( VCFile file ) : System
file VCFile
Résultat System