C# 클래스 Lykke.Service.Assets.Controllers.V2.AssetAttributesController

상속: Controller
파일 보기 프로젝트 열기: LykkeCity/Lykke.Service.Assets

공개 메소드들

메소드 설명
AssetAttributesController ( IAssetAttributeService assetAttributeService ) : System.Collections.Generic

비공개 메소드들

메소드 설명
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

메소드 상세

AssetAttributesController() 공개 메소드

public AssetAttributesController ( IAssetAttributeService assetAttributeService ) : System.Collections.Generic
assetAttributeService IAssetAttributeService
리턴 System.Collections.Generic