MailingListHelper Class |
Namespace: Atomia.Billing.Core.Sdk.BusinessLogic
The MailingListHelper type exposes the following members.
| Name | Description | |
|---|---|---|
| MailingListHelper | Initializes a new instance of the MailingListHelper class |
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetMailingListById |
Gets the mailing list by id.
| |
| GetMailingListByName |
Gets the mailing list by the name.
| |
| GetMailingListSubscriptionById |
Gets the mailing list subscription by id.
| |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| GetUnsubscribeHashData |
Gets the hash data for unsubscribe process.
| |
| ListAllMailingLists |
Lists the mailing lists.
| |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| SaveMailingList |
Saves the mailing list.
| |
| SubscribeToList |
Subscribes to list.
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) | |
| UnsubscribeFromList |
Unsubscribes from list.
|