SubscriptionConfigAttributeSet Class |
Namespace: PDTec.IceNet.Domain.Subscription.BusinessObjects
public class SubscriptionConfigAttributeSet
The SubscriptionConfigAttributeSet type exposes the following members.
| Name | Description | |
|---|---|---|
| SubscriptionConfigAttributeSet | Initializes a new instance of the SubscriptionConfigAttributeSet 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.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| DefaultFrom |
The Default FROM attribute value.
| |
| Description |
The Subscription Config description.
| |
| EmailTitle |
The Email title attribute value.
| |
| Id |
The Subscription Config ID.
| |
| IsDefaultFromAssigned |
Determines whether the Default FROM attribute value is assigned.
| |
| IsEmailTitleAssigned |
Determines whether the Email title attribute value is assigned.
| |
| IsMailIntervalAssigned |
Determines whether the Mail interval attribute value is assigned.
| |
| IsMessagesVaultAssigned |
Determines whether the Messages vault attribute value is assigned.
| |
| IsOverwriteUserAddressAssigned |
Determines whether the Overwrite user address attribute value is assigned.
| |
| IsPortNumberAssigned |
Determines whether the Port number attribute value is assigned.
| |
| IsRedirectPageAssigned |
Determines whether the Redirect page attribute value is assigned.
| |
| IsSendMailAllowedAssigned |
Determines whether the Send mail allowed attribute value is assigned.
| |
| IsServerEnableSslAssigned |
Determines whether the Server enable SSL attribute value is assigned.
| |
| IsServerNameAssigned |
Determines whether the Server name attribute value is assigned.
| |
| IsServerPasswordAssigned |
Determines whether the Server password attribute value is assigned.
| |
| IsServerUserAssigned |
Determines whether the Server user name attribute value is assigned.
| |
| IsStyleXslAssigned |
Determines whether the Style XSL attribute value is assigned.
| |
| MailInterval |
The Mail interval attribute value.
| |
| MessagesVault |
The Messages vault attribute value.
| |
| Name |
The Subscription Config name.
| |
| OverwriteUserAddress |
The Overwrite user address attribute value.
| |
| PortNumber |
The Port number attribute value.
| |
| RedirectPage |
The Redirect page attribute value.
| |
| SendMailAllowed |
The Send mail allowed attribute value.
| |
| ServerEnableSsl |
The Server enable SSL attribute value.
| |
| ServerName |
The Server name attribute value.
| |
| ServerPassword |
The Server password attribute value.
| |
| ServerUser |
The Server user name attribute value.
| |
| StyleXsl |
The Style XSL attribute value.
|