SubscriberAttributeSet Class |
Namespace: PDTec.IceNet.Domain.Subscription.BusinessObjects
public class SubscriberAttributeSet
The SubscriberAttributeSet type exposes the following members.
Name | Description | |
---|---|---|
SubscriberAttributeSet | Initializes a new instance of the SubscriberAttributeSet 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 | |
---|---|---|
Description |
The Subscriber description.
| |
EmailAddress |
The Email Address attribute value.
| |
EmailSignature |
The Email Signature attribute value.
| |
FailedLogonAttempts |
The Failed logon attempts attribute value.
| |
FirstName |
The First Name attribute value.
| |
Id |
The Subscriber ID.
| |
IsEmailAddressAssigned |
Determines whether the Email Address attribute value is assigned.
| |
IsEmailSignatureAssigned |
Determines whether the Email Signature attribute value is assigned.
| |
IsFailedLogonAttemptsAssigned |
Determines whether the Failed logon attempts attribute value is assigned.
| |
IsFirstNameAssigned |
Determines whether the First Name attribute value is assigned.
| |
IsLanguageAssigned |
Determines whether the Language attribute value is assigned.
| |
IsLastLogonAttemptAssigned |
Determines whether the Last logon attempt attribute value is assigned.
| |
IsLastNameAssigned |
Determines whether the Last Name attribute value is assigned.
| |
IsLastPasswordUpdateAssigned |
Determines whether the Last Password Update attribute value is assigned.
| |
IsNotifyOwnChangesAssigned |
Determines whether the Notify Own Changes attribute value is assigned.
| |
IsPasswordHistoryAssigned |
Determines whether the Password History attribute value is assigned.
| |
IsSendEmailFrequencyAssigned |
Determines whether the Send Email Frequency attribute value is assigned.
| |
Language |
The Language attribute value.
| |
LastLogonAttempt |
The Last logon attempt attribute value.
| |
LastName |
The Last Name attribute value.
| |
LastPasswordUpdate |
The Last Password Update attribute value.
| |
Name |
The Subscriber name.
| |
NotifyOwnChanges |
The Notify Own Changes attribute value.
| |
PasswordHistory |
The Password History attribute value.
| |
SendEmailFrequency |
The Send Email Frequency attribute value.
|