IMembership |
public interface IMembershipEntityService : IMembershipQueryService, IBusinessService
The IMembershipEntityService type exposes the following members.
Name | Description | |
---|---|---|
Create | Creates a new Membership | |
Delete | Deletes the specified Membership. | |
Get |
Gets a list of Memberships matching the specified filter.
(Inherited from IMembershipQueryService) | |
GetAll |
Gets all Memberships
(Inherited from IMembershipQueryService) | |
GetSingle |
Gets a single Membership matching the provided filter.
(Inherited from IMembershipQueryService) | |
Update | Updates the specified Membership |