Share via


ProductGroupOperationsExtensions Class

Definition

Extension methods for ProductGroupOperations.

public static class ProductGroupOperationsExtensions
type ProductGroupOperationsExtensions = class
Public Module ProductGroupOperationsExtensions
Inheritance
ProductGroupOperationsExtensions

Methods

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

Checks that Group entity specified by identifier is associated with the Product entity.

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

Checks that Group entity specified by identifier is associated with the Product entity.

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

Adds the association between the specified developer group with the specified product.

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

Adds the association between the specified developer group with the specified product.

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

Deletes the association between the specified group and product.

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

Deletes the association between the specified group and product.

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

Lists the collection of developer groups associated with the specified product.

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

Lists the collection of developer groups associated with the specified product.

ListByProductNext(IProductGroupOperations, String)

Lists the collection of developer groups associated with the specified product.

ListByProductNextAsync(IProductGroupOperations, String, CancellationToken)

Lists the collection of developer groups associated with the specified product.

Applies to