Class IUser
Unit
Declaration
type IUser = class(IVersioned)
Description
This item has no description.
Hierarchy
- TObject
- IVersioned
- IUser
Overview
Fields
| Public | nested const VERSION = 11; |
| Public | nested const OP_USER_ADD = Cardinal(1); |
| Public | nested const OP_USER_MODIFY = Cardinal(2); |
| Public | nested const OP_USER_DELETE = Cardinal(3); |
| Public | nested const OP_USER_DISPLAY = Cardinal(4); |
| Public | nested const OP_USER_SET_MAP = Cardinal(5); |
| Public | nested const OP_USER_DROP_MAP = Cardinal(6); |
Methods
| Public | function operation(): Cardinal; |
| Public | function userName(): ICharUserField; |
| Public | function password(): ICharUserField; |
| Public | function firstName(): ICharUserField; |
| Public | function lastName(): ICharUserField; |
| Public | function middleName(): ICharUserField; |
| Public | function comment(): ICharUserField; |
| Public | function attributes(): ICharUserField; |
| Public | function active(): IIntUserField; |
| Public | function admin(): IIntUserField; |
| Public | procedure clear(status: IStatus); |
Description
Fields
| Public | nested const VERSION = 11; |
|
This item has no description. | |
| Public | nested const OP_USER_ADD = Cardinal(1); |
|
This item has no description. | |
| Public | nested const OP_USER_MODIFY = Cardinal(2); |
|
This item has no description. | |
| Public | nested const OP_USER_DELETE = Cardinal(3); |
|
This item has no description. | |
| Public | nested const OP_USER_DISPLAY = Cardinal(4); |
|
This item has no description. | |
| Public | nested const OP_USER_SET_MAP = Cardinal(5); |
|
This item has no description. | |
| Public | nested const OP_USER_DROP_MAP = Cardinal(6); |
|
This item has no description. | |
Methods
| Public | function operation(): Cardinal; |
|
This item has no description. | |
| Public | function userName(): ICharUserField; |
|
This item has no description. | |
| Public | function password(): ICharUserField; |
|
This item has no description. | |
| Public | function firstName(): ICharUserField; |
|
This item has no description. | |
| Public | function lastName(): ICharUserField; |
|
This item has no description. | |
| Public | function middleName(): ICharUserField; |
|
This item has no description. | |
| Public | function comment(): ICharUserField; |
|
This item has no description. | |
| Public | function attributes(): ICharUserField; |
|
This item has no description. | |
| Public | function active(): IIntUserField; |
|
This item has no description. | |
| Public | function admin(): IIntUserField; |
|
This item has no description. | |
| Public | procedure clear(status: IStatus); |
|
This item has no description. | |
Generated by PasDoc 0.17.0.snapshot.