次の方法で共有


ProductApiOperationsExtensions クラス

定義

ProductApiOperations の拡張メソッド。

public static class ProductApiOperationsExtensions
type ProductApiOperationsExtensions = class
Public Module ProductApiOperationsExtensions
継承
ProductApiOperationsExtensions

メソッド

CheckEntityExists(IProductApiOperations, String, String, String, String)

識別子で指定された API エンティティが Product エンティティに関連付けられていることを確認します。

CheckEntityExistsAsync(IProductApiOperations, String, String, String, String, CancellationToken)

識別子で指定された API エンティティが Product エンティティに関連付けられていることを確認します。

CreateOrUpdate(IProductApiOperations, String, String, String, String)

指定された製品に API を追加します。

CreateOrUpdateAsync(IProductApiOperations, String, String, String, String, CancellationToken)

指定された製品に API を追加します。

Delete(IProductApiOperations, String, String, String, String)

指定された製品から指定された API を削除します。

DeleteAsync(IProductApiOperations, String, String, String, String, CancellationToken)

指定された製品から指定された API を削除します。

ListByProduct(IProductApiOperations, String, String, String, ODataQuery<ApiContract>)

製品に関連付けられている API のコレクションを一覧表示します。

ListByProductAsync(IProductApiOperations, String, String, String, ODataQuery<ApiContract>, CancellationToken)

製品に関連付けられている API のコレクションを一覧表示します。

ListByProductNext(IProductApiOperations, String)

製品に関連付けられている API のコレクションを一覧表示します。

ListByProductNextAsync(IProductApiOperations, String, CancellationToken)

製品に関連付けられている API のコレクションを一覧表示します。

適用対象