C# Class VCFileUtils.Model.VCFileWrapper

Inheritance: VCProjectItemWrapper, IMovable
显示文件 Open project: reloZid/vc-fileutils Class Usage Examples

Public Methods

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

Method Details

Move() public method

public Move ( ContainerWrapper newParent ) : void
newParent ContainerWrapper
return void

Remove() public method

public Remove ( ) : void
return void

SetFullPath() public method

public SetFullPath ( string path ) : void
path string
return void

VCFileWrapper() public method

public VCFileWrapper ( VCFile file ) : System
file VCFile
return System