Method | Description | |
---|---|---|
AddProductAsync ( int id, int productId, bool isPublic ) : Task |
||
AddProductAsync ( string typeName, int productId, bool isPublic ) : Task |
||
DeleteProductAsync ( int id, int productId ) : Task |
||
DeleteProductAsync ( string typeName, int productId ) : Task |
||
GetAsync ( ) : Task |
||
GetAsync ( int id ) : Task |
||
GetAsync ( string typeName ) : Task |
||
GetByProductIdAsync ( int productId ) : Task |
||
LibraryRequest ( Func |
public AddProductAsync ( int id, int productId, bool isPublic ) : Task |
||
id | int | |
productId | int | |
isPublic | bool | |
return | Task |
public AddProductAsync ( string typeName, int productId, bool isPublic ) : Task |
||
typeName | string | |
productId | int | |
isPublic | bool | |
return | Task |
public DeleteProductAsync ( int id, int productId ) : Task |
||
id | int | |
productId | int | |
return | Task |
public DeleteProductAsync ( string typeName, int productId ) : Task |
||
typeName | string | |
productId | int | |
return | Task |
public GetByProductIdAsync ( int productId ) : Task |
||
productId | int | |
return | Task |
public LibraryRequest ( Func |
||
clientFactory | Func |
|
authorizeTokenProvider | ITokenProvider | |
return | System |