The UserDa type exposes the following members.

Constructors

  NameDescription
Public methodUserDa
Initializes a new instance of the UserDa class

Methods

  NameDescription
Public methodDeleteUserRecord
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetActiveUsersInDataset
Returns active users within a given dataset
Public methodGetByEmail
Public methodGetByUserId
Public methodGetByUserName
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetPatientView
Returns a list of recent patient views
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetUserAttribute
Public methodGetUserContacts
Returns a list of Contacts assoicated with the user
Public methodGetUserId
Public methodGetUserIdByFirstAndLastName
Public methodGetUserLoginCount(Nullable<(Of <<'(Int32>)>>))
Public methodGetUserLoginCount(String)
Returns the number of times the user has Logged into the system.
Public methodGetUserLoginsCountByMonthInPastYear
Public methodGetUserLoginsCountByMonthInRange
Public methodGetUserLoginsCountByMonthInThisYear
Public methodGetUserOrganizations
Returns a list of Organizations associated with the user
Public methodGetUserRecentPasswords
Returns a list of the user's most recent passwords ordered by DATE (DESC/RECENT)
Public methodGetUsers
Public methodGetUsersByAttributeValue
Returns users with a given attribute value
Public methodGetUserStatistics()()()()
Public methodGetUserStatistics(String)
Public methodGetUserStatus
Gets validity of user
Public methodGetUsersWithPermission
Public methodInsertUserRecord
Public methodIsUserPasswordRecent
Checks if the user's requested password is one of their most recent passwords.
Public methodLogDatasetView
Public methodLogLoginAttempt
Public methodLogPatientView
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRecordUserLogin
Public methodRecordUserLogout
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Public methodUpdateForgotPassword
Public methodUpdateUserPassword
Public methodUpdateUserRecord
Public methodUserChangedPasswordWithinAllowablePeriod
Returns if the user has changed their password with # days from Today
Public methodValidateUser
Gets validity of user and password

See Also