Click or drag to resize
PasswordInformation Class
This class contains information that is returned in response to a ResetPassword method call.
Inheritance Hierarchy
SystemObject
  ArtDatabanken.DataPasswordInformation

Namespace: ArtDatabanken.Data
Assembly: ArtDatabanken.Data (in ArtDatabanken.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
public class PasswordInformation : IPasswordInformation

The PasswordInformation type exposes the following members.

Constructors
  NameDescription
Public methodPasswordInformation
Create an PasswordInformation instance.
Top
Properties
  NameDescription
Public propertyDataContext
Data context.
Public propertyEmailAddress
Email address. Password was changed for the user who has this email address.
Public propertyPassword
New password.
Public propertyUserName
User name for the user who has the specified email address.
Top
Extension Methods
  NameDescription
Public Extension MethodCheckNotNull
Check that an argument is not null.
(Defined by ObjectExtension.)
Public Extension MethodCheckNull
Check that an argument is null.
(Defined by ObjectExtension.)
Public Extension MethodIsNotNull
Test if an object reference is not null.
(Defined by ObjectExtension.)
Public Extension MethodIsNull
Test if an object reference is null.
(Defined by ObjectExtension.)
Top
See Also