Click or drag to resize
IUser Interface
The interface that describes a user.

Namespace: VirtualRadar.Interface.Settings
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public interface IUser : INotifyPropertyChanged

The IUser type exposes the following members.

Properties
  NameDescription
Public propertyEnabled
Gets or sets a value indicating that the user account is enabled.
Public propertyIsPersisted
Gets a value indicating that this record has been persisted to the store of users, or has been read from the store of users.
Public propertyLoginName
Gets or sets the user's login name. This should be unique to a user.
Public propertyName
Gets or sets the user's name.
Public propertyTag
Gets or sets an object that the application can tag the user with.
Public propertyUIPassword
Gets or sets the password as entered at the user interface.
Public propertyUniqueId
Gets or sets the user's unique identifier.
Top
Events
  NameDescription
Public eventPropertyChanged
Occurs when a property value changes.
(Inherited from INotifyPropertyChanged.)
Top
See Also