PublicUser Properties |
The PublicUser type exposes the following members.
| Name | Description | |
|---|---|---|
| AboutMeText | About me text, written by the user. | |
| Address | The primary address of the user. Can be specified with latin or local characters. [Filter(like)] | |
| AlternateEmail | Alternate email of the user. Can be used for backup email for password restore. [Filter(like)] | |
| ChangingAttributes |
Gets the attributes that are currently changing. Can be used in attribute change event handler to prevent stack overflow.
(Inherited from EditableDomainObject.) | |
| City | The state of residence of the user. Can be specified with latin or local letters. [Filter(like)] | |
| Company | Link to an internal company record, specified by internal employee. [Filter(multi eq)] | |
| CompanyName | The name of the company, for which the user works, as specified by the user. [Filter(like)] | |
| Country | The country of residence of the user, with latin letters. [Filter(like)] | |
| CreatedOn | The date and time when the user was created. [Default(Now)] | |
| CustomProperties |
Gets the custom properties of the object.
(Inherited from EnterpriseOneEntityObject.) | |
The primary email of the user. Used for notifications and password restore. [Required] [Filter(like)] | ||
| ExtendedProperties |
Extended properties contain temporary (not persisted) values in the object instance.
(Inherited from EntityObject.) | |
| FirstName | First name of the user. [Required] [Filter(like)] | |
| Id |
The unique Id of the entity object
(Inherited from EntityObject.) | |
| IsActive | Specifies whether the user account is active and access should be allowed. [Required] [Default(true)] [Filter(eq)] | |
| IsGhost |
Returns true when the object is a ghost object
(Inherited from EntityObject.) | |
| IsLoaded | Gets a value indicating whether the associated data for this domain object is loaded. (Overrides EntityObjectIsLoaded.) | |
| ItemString |
Gets or sets the value of a data attribute
(Inherited from DomainObject.) | |
| ItemIDataAttribute |
Gets or sets the value of a data attribute
(Inherited from DomainObject.) | |
| LastName | Last name of the user. [Required] [Filter(like)] | |
| NoEvents |
Turns on "No events" mode and returns a class, that will turn it off when Disposed. See remarks for more info.
(Inherited from DomainObject.) | |
| Notes | Notes for this PublicUser. | |
| ObjectState | Gets the state of the domain object. (Overrides EditableDomainObjectObjectState.) | |
| PasswordAlgorithm | Uniquely specifies the password storage algorithm among some system recognized algorithms. Usually specifies the hashing and the stretching functions. For example, 'PBKDF2-SHA1'. [Required] [Filter(like)] | |
| PasswordHash | Actual password storage. The format of the contents is determined by Password Algorithm. [Required] [Filter(like)] | |
| PasswordRecoveryCode | Automatically generated unique code for the last password recovery attempt. [Filter(multi eq)] [ReadOnly] | |
| PasswordRecoveryCreationTime | Date and time when the last password recovery code was created. [ReadOnly] | |
| Person | Link to an internal person record. Usually specified by internal employee, but can also be an automated process. [Filter(multi eq)] | |
| PhoneNumber | The primary phone number of the user. [Filter(like)] | |
| PostalCode | The postal code of the default address of the user. [Filter(like)] | |
| ProfilePicture | Profile picture of the user. | |
| PublicUserList | The list in which the user account is saved. [Required] [Filter(multi eq)] | |
| Repository | Provides access to PublicUsersRepository repository methods | |
| State | The state of residence of the user within the country. Can be specified with latin or local characters. [Filter(like)] | |
| Transaction |
The EnterpriseOne transaction to which this object is attached.
(Inherited from EnterpriseOneEntityObject.) |