C# Class kOS.Safe.Persistence.VolumeItem

Inheritance: Structure
Afficher le fichier Open project: KSP-KOS/KOS Class Usage Examples

Méthodes publiques

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

Private Methods

Méthode Description
InitializeSuffixes ( ) : void

Method Details

ToString() public méthode

public ToString ( ) : string
Résultat string

VolumeItem() public méthode

public VolumeItem ( Volume volume, VolumePath path ) : System
volume Volume
path VolumePath
Résultat System

VolumeItem() public méthode

public VolumeItem ( Volume volume, VolumePath parentPath, String name ) : System
volume Volume
parentPath VolumePath
name String
Résultat System