C# Class ParkitectNexus.Data.Assets.Meta.AssetMetadataStorage

Inheritance: IAssetMetadataStorage
Afficher le fichier Open project: ParkitectNexus/ParkitectNexusClient

Méthodes publiques

Méthode Description
GetMetadata ( AssetType type, string path ) : IAssetMetadata
StoreMetadata ( AssetType type, string path, IAssetMetadata metadata ) : void

Private Methods

Méthode Description
GetMetadataFilePath ( AssetType type, string path ) : string
GetMetadataType ( AssetType type ) : Type

Method Details

GetMetadata() public méthode

public GetMetadata ( AssetType type, string path ) : IAssetMetadata
type AssetType
path string
Résultat IAssetMetadata

StoreMetadata() public méthode

public StoreMetadata ( AssetType type, string path, IAssetMetadata metadata ) : void
type AssetType
path string
metadata IAssetMetadata
Résultat void