次の方法で共有


ProductGroupOperationsExtensions クラス

定義

ProductGroupOperations の拡張メソッド。

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

メソッド

CheckEntityExists(IProductGroupOperations, String, String, String, String)

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

CheckEntityExistsAsync(IProductGroupOperations, String, String, String, String, CancellationToken)

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

CreateOrUpdate(IProductGroupOperations, String, String, String, String)

指定された開発者グループと指定された製品の間の関連付けを追加します。

CreateOrUpdateAsync(IProductGroupOperations, String, String, String, String, CancellationToken)

指定された開発者グループと指定された製品の間の関連付けを追加します。

Delete(IProductGroupOperations, String, String, String, String)

指定されたグループと製品の間の関連付けを削除します。

DeleteAsync(IProductGroupOperations, String, String, String, String, CancellationToken)

指定されたグループと製品の間の関連付けを削除します。

ListByProduct(IProductGroupOperations, String, String, String, ODataQuery<GroupContract>)

指定された製品に関連付けられている開発者グループのコレクションを一覧表示します。

ListByProductAsync(IProductGroupOperations, String, String, String, ODataQuery<GroupContract>, CancellationToken)

指定された製品に関連付けられている開発者グループのコレクションを一覧表示します。

ListByProductNext(IProductGroupOperations, String)

指定された製品に関連付けられている開発者グループのコレクションを一覧表示します。

ListByProductNextAsync(IProductGroupOperations, String, CancellationToken)

指定された製品に関連付けられている開発者グループのコレクションを一覧表示します。

適用対象