Click or drag to resize

PublicUser Properties

The PublicUser type exposes the following members.

Properties
  NameDescription
Public propertyAboutMeText
About me text, written by the user.
Public propertyAddress
The primary address of the user. Can be specified with latin or local characters. [Filter(like)]
Public propertyAlternateEmail
Alternate email of the user. Can be used for backup email for password restore. [Filter(like)]
Public propertyChangingAttributes
Gets the attributes that are currently changing. Can be used in attribute change event handler to prevent stack overflow.
(Inherited from EditableDomainObject.)
Public propertyCity
The state of residence of the user. Can be specified with latin or local letters. [Filter(like)]
Public propertyCompany
Link to an internal company record, specified by internal employee. [Filter(multi eq)]
Public propertyCompanyName
The name of the company, for which the user works, as specified by the user. [Filter(like)]
Public propertyCountry
The country of residence of the user, with latin letters. [Filter(like)]
Public propertyCreatedOn
The date and time when the user was created. [Default(Now)]
Public propertyCustomProperties
Gets the custom properties of the object.
(Inherited from EnterpriseOneEntityObject.)
Public propertyEmail
The primary email of the user. Used for notifications and password restore. [Required] [Filter(like)]
Public propertyExtendedProperties
Extended properties contain temporary (not persisted) values in the object instance.
(Inherited from EntityObject.)
Public propertyFirstName
First name of the user. [Required] [Filter(like)]
Public propertyId
The unique Id of the entity object
(Inherited from EntityObject.)
Public propertyIsActive
Specifies whether the user account is active and access should be allowed. [Required] [Default(true)] [Filter(eq)]
Public propertyIsGhost
Returns true when the object is a ghost object
(Inherited from EntityObject.)
Public propertyIsLoaded
Gets a value indicating whether the associated data for this domain object is loaded.
(Overrides EntityObjectIsLoaded.)
Public propertyItemString
Gets or sets the value of a data attribute
(Inherited from DomainObject.)
Public propertyItemIDataAttribute
Gets or sets the value of a data attribute
(Inherited from DomainObject.)
Public propertyLastName
Last name of the user. [Required] [Filter(like)]
Public propertyNoEvents
Turns on "No events" mode and returns a class, that will turn it off when Disposed. See remarks for more info.
(Inherited from DomainObject.)
Public propertyNotes
Notes for this PublicUser.
Public propertyObjectState
Gets the state of the domain object.
(Overrides EditableDomainObjectObjectState.)
Public propertyPasswordAlgorithm
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)]
Public propertyPasswordHash
Actual password storage. The format of the contents is determined by Password Algorithm. [Required] [Filter(like)]
Public propertyPasswordRecoveryCode
Automatically generated unique code for the last password recovery attempt. [Filter(multi eq)] [ReadOnly]
Public propertyPasswordRecoveryCreationTime
Date and time when the last password recovery code was created. [ReadOnly]
Public propertyPerson
Link to an internal person record. Usually specified by internal employee, but can also be an automated process. [Filter(multi eq)]
Public propertyPhoneNumber
The primary phone number of the user. [Filter(like)]
Public propertyPostalCode
The postal code of the default address of the user. [Filter(like)]
Public propertyProfilePicture
Profile picture of the user.
Public propertyPublicUserList
The list in which the user account is saved. [Required] [Filter(multi eq)]
Public propertyRepository
Provides access to PublicUsersRepository repository methods
Public propertyState
The state of residence of the user within the country. Can be specified with latin or local characters. [Filter(like)]
Public propertyTransaction
The EnterpriseOne transaction to which this object is attached.
(Inherited from EnterpriseOneEntityObject.)
Top
See Also