RegisteredUser Members
The RegisteredUser type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
|
|
RegisteredUser()()()() |
Initializes a new empty instance of the RegisteredUser class.
User is not active. A confirmation procedure is needed.
|
|
|
RegisteredUser(Boolean) |
Initializes a new instance of the RegisteredUser class with
defining if a confirmation procedure is needed.
|
|
|
RegisteredUser(Int32) |
Initializes a new instance of the RegisteredUser class
retrieving it frm database
|
|
|
RegisteredUser(MagicPost) |
Initializes a new instance of the RegisteredUser class using
underlaying MagicPost object.
|
Methods
| Name | Description | |
|---|---|---|
|
|
Delete |
Deletes the specified instance underlyaing recod message.
|
|
|
Insert |
Inserts this instance in the database.
|
|
|
TryActivate |
Tries to activate (confirm) user registration.
|
|
|
Update |
Updates this instance underlaying record.
|
|
|
UserExists |
Properties
| Name | Description | |
|---|---|---|
|
|
Active |
Gets or sets a value indicating whether this RegisteredUser ha been activated (confirmed) by the user.
|
|
|
Address |
Gets or sets the address.
|
|
|
City |
Gets or sets the city.
|
|
|
Deleted |
Gets a value indicating whether this RegisteredUser is deleted.
|
|
|
Gets or sets the email.
|
|
|
|
Expired |
Gets a value indicating whether this RegisteredUser is expired
(not confirmed by user in 24 hours).
|
|
|
FirstName |
Gets the first name trying to compose name segments.
|
|
|
FullName |
Gets or sets the full name.
|
|
|
InsertDate |
Gets the insert date.
|
|
|
Item |
Gets or sets the undelaying MagicPost object properties.
|
|
|
LastModified |
Gets or sets last modify date.
|
|
|
NameSegments |
Gets the name as segments (list of strings).
|
|
|
Parents |
Gets or sets the parents.
|
|
|
Phone |
Gets or sets the phone number.
|
|
|
Pk |
Gets or sets the primary key.
|
|
|
Secret |
Gets the secret key used to check identity of user on confirmation.
|
|
|
Seminar |
Gets or sets the seminar.
|
|
|
Tipo |
Gets the tipo.
|