Click or drag to resize

SubscriptionConfigAttributeSet Class

The Subscription Config attribute values together with Id, Name and Description.
Inheritance Hierarchy
SystemObject
  PDTec.IceNet.Domain.Subscription.BusinessObjectsSubscriptionConfigAttributeSet

Namespace:  PDTec.IceNet.Domain.Subscription.BusinessObjects
Assembly:  PDTec.IceNet.Domain (in PDTec.IceNet.Domain.dll) Version: 7.2.0.0 (7.2.7583.15464)
Syntax
C#
public class SubscriptionConfigAttributeSet

The SubscriptionConfigAttributeSet type exposes the following members.

Constructors
  NameDescription
Public methodSubscriptionConfigAttributeSet
Initializes a new instance of the SubscriptionConfigAttributeSet class
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Fields
  NameDescription
Public fieldDefaultFrom
The Default FROM attribute value.
Public fieldDescription
The Subscription Config description.
Public fieldEmailTitle
The Email title attribute value.
Public fieldId
The Subscription Config ID.
Public fieldIsDefaultFromAssigned
Determines whether the Default FROM attribute value is assigned.
Public fieldIsEmailTitleAssigned
Determines whether the Email title attribute value is assigned.
Public fieldIsMailIntervalAssigned
Determines whether the Mail interval attribute value is assigned.
Public fieldIsMessagesVaultAssigned
Determines whether the Messages vault attribute value is assigned.
Public fieldIsOverwriteUserAddressAssigned
Determines whether the Overwrite user address attribute value is assigned.
Public fieldIsPortNumberAssigned
Determines whether the Port number attribute value is assigned.
Public fieldIsRedirectPageAssigned
Determines whether the Redirect page attribute value is assigned.
Public fieldIsSendMailAllowedAssigned
Determines whether the Send mail allowed attribute value is assigned.
Public fieldIsServerEnableSslAssigned
Determines whether the Server enable SSL attribute value is assigned.
Public fieldIsServerNameAssigned
Determines whether the Server name attribute value is assigned.
Public fieldIsServerPasswordAssigned
Determines whether the Server password attribute value is assigned.
Public fieldIsServerUserAssigned
Determines whether the Server user name attribute value is assigned.
Public fieldIsStyleXslAssigned
Determines whether the Style XSL attribute value is assigned.
Public fieldMailInterval
The Mail interval attribute value.
Public fieldMessagesVault
The Messages vault attribute value.
Public fieldName
The Subscription Config name.
Public fieldOverwriteUserAddress
The Overwrite user address attribute value.
Public fieldPortNumber
The Port number attribute value.
Public fieldRedirectPage
The Redirect page attribute value.
Public fieldSendMailAllowed
The Send mail allowed attribute value.
Public fieldServerEnableSsl
The Server enable SSL attribute value.
Public fieldServerName
The Server name attribute value.
Public fieldServerPassword
The Server password attribute value.
Public fieldServerUser
The Server user name attribute value.
Public fieldStyleXsl
The Style XSL attribute value.
Top
See Also