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

Inheritance: IAssetMetadataStorage
Show file Open project: ParkitectNexus/ParkitectNexusClient

Public Methods

Method Description
GetMetadata ( AssetType type, string path ) : IAssetMetadata
StoreMetadata ( AssetType type, string path, IAssetMetadata metadata ) : void

Private Methods

Method Description
GetMetadataFilePath ( AssetType type, string path ) : string
GetMetadataType ( AssetType type ) : Type

Method Details

GetMetadata() public method

public GetMetadata ( AssetType type, string path ) : IAssetMetadata
type AssetType
path string
return IAssetMetadata

StoreMetadata() public method

public StoreMetadata ( AssetType type, string path, IAssetMetadata metadata ) : void
type AssetType
path string
metadata IAssetMetadata
return void