C# Class kOS.Archive

Inheritance: Volume
Mostra file Open project: Nivekk/KOS Class Usage Examples

Public Properties

Property Type Description
ArchiveFolder string

Public Methods

Method Description
Archive ( Vessel vessel ) : System
CheckRange ( ) : bool
DeleteByName ( string name ) : void
GetByName ( string name ) : File
GetFileList ( ) : List
IsRoomFor ( File newFile ) : bool
SaveFile ( File file ) : bool

Private Methods

Method Description
loadAll ( ) : void

Method Details

Archive() public method

public Archive ( Vessel vessel ) : System
vessel Vessel
return System

CheckRange() public method

public CheckRange ( ) : bool
return bool

DeleteByName() public method

public DeleteByName ( string name ) : void
name string
return void

GetByName() public method

public GetByName ( string name ) : File
name string
return System.IO.File

GetFileList() public method

public GetFileList ( ) : List
return List

IsRoomFor() public method

public IsRoomFor ( File newFile ) : bool
newFile System.IO.File
return bool

SaveFile() public method

public SaveFile ( File file ) : bool
file System.IO.File
return bool

Property Details

ArchiveFolder public_oe property

public string ArchiveFolder
return string