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

Inheritance: Controller
Afficher le fichier Open project: LykkeCity/Lykke.Service.Assets

Méthodes publiques

Méthode Description
AssetAttributesController ( IAssetAttributeService assetAttributeService ) : System.Collections.Generic

Private Methods

Méthode 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 méthode

public AssetAttributesController ( IAssetAttributeService assetAttributeService ) : System.Collections.Generic
assetAttributeService IAssetAttributeService
Résultat System.Collections.Generic