InviteService Class
- Namespace:
- Weavy.Core.Services
- Assembly:
- Weavy.Core.dll
Service layer for Invite objects.
public static class InviteService
- Inheritance:
- System.Object → InviteService
Methods
Approve(Int32) | Approves the invite with the specified id, also sends email with registration info to specified email address. |
Delete(Int32, Boolean) | Removes an invite from the repo. |
Delete(String, Boolean) | Removes all invites with the specified email address from the repo. |
Get(Int32) | Gets an Invite from the repository. |
Get(String) | Gets an Invite from the repository. |
Invite(IEnumerable |
Invite people to the specified Space. |
Invite(String, Nullable |
Invite a person to the specified Space. |
Resend(Int32) | Resend the specified Invite via email. |
Search(Invite |
Performs a search according to the specified InviteQuery object. |
Sign |
Create pending sign up awating email verification. |
Update(Invite) | Update the specified Invite. |
Verify(String) | Verifies the email address in the specified Invite. |