C# Class Universe.Framework.Serialization.ArchiveConstants

Constants for the archiving module
Afficher le fichier Open project: Virtual-Universe/Virtual-Universe Class Usage Examples

Méthodes publiques

Свойство Type Description
ASSET_TYPE_TO_EXTENSION string>.IDictionary
EXTENSION_TO_ASSET_TYPE AssetType>.IDictionary

Méthodes publiques

Méthode Description
CreateOarObjectFilename ( string objectName, UUID uuid, System.Vector3 pos ) : string

Create the filename used to store an object in an OpenSim Archive.

CreateOarObjectPath ( string objectName, UUID uuid, System.Vector3 pos ) : string

Create the path used to store an object in an OpenSim Archives.

ExtractPlainPathFromIarPath ( string iarPath ) : string

Extract a plain path from an IAR path

Private Methods

Méthode Description
ArchiveConstants ( ) : System

Method Details

CreateOarObjectFilename() public static méthode

Create the filename used to store an object in an OpenSim Archive.
public static CreateOarObjectFilename ( string objectName, UUID uuid, System.Vector3 pos ) : string
objectName string
uuid UUID
pos System.Vector3
Résultat string

CreateOarObjectPath() public static méthode

Create the path used to store an object in an OpenSim Archives.
public static CreateOarObjectPath ( string objectName, UUID uuid, System.Vector3 pos ) : string
objectName string
uuid UUID
pos System.Vector3
Résultat string

ExtractPlainPathFromIarPath() public static méthode

Extract a plain path from an IAR path
public static ExtractPlainPathFromIarPath ( string iarPath ) : string
iarPath string
Résultat string

Property Details

ASSET_TYPE_TO_EXTENSION public_oe static_oe property

public static IDictionary ASSET_TYPE_TO_EXTENSION
Résultat string>.IDictionary

EXTENSION_TO_ASSET_TYPE public_oe static_oe property

public static IDictionary EXTENSION_TO_ASSET_TYPE
Résultat AssetType>.IDictionary