Class TidUser
Unit
idCore
Declaration
type TidUser = class(TAuthorizationObject)
Description
TidUser
Hierarchy
Overview
Methods
Properties
 |
property OwnedUserGroup: TUserGroup read FOwnedUserGroup write FOwnedUserGroup; |
 |
property Tag: PtrInt read FTag write FTag; |
 |
property UserName : WideString read FUserName write FUserName; |
 |
property UserPassword : WideString read FUserPassword write FUserPassword; |
 |
property FullUserName : WideString read FFullUserName write FFullUserName; |
 |
property WebAddress : WideString read FWebAddress write FWebAddress; |
 |
property DefaultShare : WideString read FDefaultShare write SetDefaultShare; |
 |
property UserType : TidUserType read FUserType write FUserType; |
 |
property LastLogin : TDateTime read FLastLogin; |
 |
property GroupGUID: String read FGroupGUID write FGroupGUID; |
Description
Methods
 |
procedure AfterConstruction; override; |
|
|
 |
procedure BeforeDestruction; override; |
|
|
 |
procedure FillFromDataSet (ADataSet: TDBXOMDataSet); override; |
|
|
 |
class function EncryptPassword(const APassword: WideString): WideString; virtual; |
|
|
 |
function IsMainAdmin: Boolean; virtual; |
|
|
 |
function IsAdmin: Boolean; override; |
|
|
Properties
 |
property OwnedUserGroup: TUserGroup read FOwnedUserGroup write FOwnedUserGroup; |
|
|
 |
property Tag: PtrInt read FTag write FTag; |
|
|
 |
property UserName : WideString read FUserName write FUserName; |
|
|
 |
property UserPassword : WideString read FUserPassword write FUserPassword; |
|
|
 |
property FullUserName : WideString read FFullUserName write FFullUserName; |
|
|
 |
property WebAddress : WideString read FWebAddress write FWebAddress; |
|
|
 |
property DefaultShare : WideString read FDefaultShare write SetDefaultShare; |
|
|
 |
property UserType : TidUserType read FUserType write FUserType; |
|
|
 |
property LastLogin : TDateTime read FLastLogin; |
|
|
 |
property GroupGUID: String read FGroupGUID write FGroupGUID; |
|
|
Generated by PasDoc 0.15.0.
|