C# Class Lykke.Service.Assets.Controllers.V2.AssetAttributesController

Inheritance: Controller
Mostra file Open project: LykkeCity/Lykke.Service.Assets

Public Methods

Method Description
AssetAttributesController ( IAssetAttributeService assetAttributeService ) : System.Collections.Generic

Private Methods

Method Description
Add ( string assetId, AssetAttribute attribute ) : Task
Get ( string assetId, string key ) : Task
GetAll ( ) : Task
GetAllForAsset ( string assetId ) : Task
Remove ( string assetId, string key ) : Task
Update ( string assetId, AssetAttribute attribute ) : Task

Method Details

AssetAttributesController() public method

public AssetAttributesController ( IAssetAttributeService assetAttributeService ) : System.Collections.Generic
assetAttributeService IAssetAttributeService
return System.Collections.Generic