C# Class kOS.Safe.Persistence.VolumeItem

Inheritance: Structure
Datei anzeigen Open project: KSP-KOS/KOS Class Usage Examples

Public Methods

Method Description
ToString ( ) : string
VolumeItem ( Volume volume, VolumePath path ) : System
VolumeItem ( Volume volume, VolumePath parentPath, String name ) : System

Private Methods

Method Description
InitializeSuffixes ( ) : void

Method Details

ToString() public method

public ToString ( ) : string
return string

VolumeItem() public method

public VolumeItem ( Volume volume, VolumePath path ) : System
volume Volume
path VolumePath
return System

VolumeItem() public method

public VolumeItem ( Volume volume, VolumePath parentPath, String name ) : System
volume Volume
parentPath VolumePath
name String
return System