[This is preliminary documentation and is subject to change.]
The UserDB type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | UserDB |
Methods
Name | Description | |
---|---|---|
![]() | AddOutputParameter | Overloaded. |
![]() | AddParameter | Overloaded. |
![]() | AddParameters | Overloaded. |
![]() | AdjustUserCurrencyDefault | |
![]() | ClearParameters |
Clear all the sql stored procedure parameters
(Inherited from OfficeClipDB.) |
![]() | Close |
Close the connection, data adapter and the command
(Inherited from OfficeClipDB.) |
![]() | Commit |
Commits the transaction
(Inherited from OfficeClipDB.) |
![]() | Dispose |
disposes the object for garbage collection
(Inherited from OfficeClipDB.) |
![]() | Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() | ExecuteNonQuery | Overloaded. |
![]() | ExecuteReader |
Executes the sql datareader
(Inherited from OfficeClipDB.) |
![]() | ExecuteScalar |
Executes the query that returns a single valur
(Inherited from OfficeClipDB.) |
![]() | ExportCsv |
Get the CSV formatted text for the selected fields from the users's
details corresponding to a particular group.
|
![]() | ExportVCard |
Gets the all the information of all the members of
a particular group in a VCard format.
|
![]() | Fill |
Fills the dataset
(Inherited from OfficeClipDB.) |
![]() | Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetAllUsers |
Gets all the users from the OfficeClip System.
|
![]() | GetAlphabetLinks |
Returns the first alphabets of the first name or the last name depending on the
value of orderBy argument for a particular group.
|
![]() | GetHashCode | Serves as a hash function for a particular type. GetHashCode()()() is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.) |
![]() | GetMembersList |
Returns all the user from a system who can be seen by a particular user.
|
![]() | GetNonGroupMemberList |
This method returns a set of all the members of the
OfficeClip account who are not a member of a given group.
|
![]() | GetNonMembersList |
Returns all the user who can be seen by a particular user,
and does not belong to a particular group.
|
![]() | GetParameterCount |
Gets the parameter count
(Inherited from OfficeClipDB.) |
![]() | GetParameterValue |
Gets the value of the parameter
(Inherited from OfficeClipDB.) |
![]() | GetPassword |
Gets the password string for a particular user, this string is
used to compare the user's password to allow user entry to the
system. The string being compared to and the password value
obtained from the database both are in one way encrypted format.
|
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | GetUserIdFromEmail |
Get the user's id from the
given the email Address in a particular group.
|
![]() | GetUsersByGroup |
Gets all the users for a particular group sorted by a given sort condition.
|
![]() | Init |
Initialize the connection parameters
(Inherited from OfficeClipDB.) |
![]() | InitTransaction | Overloaded. |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ResetPassword |
Resets user password and the mail is sent using the name and email Address of the currently logged in user.
|
![]() | ResetPasswordInDatabase |
Resets the password in the database and returns the password
in cleartext as the output. This method is required because
it will encourage reuse of this part for both reset password
and Reinvite members
|
![]() | Rollback |
Rolls back the transaction
(Inherited from OfficeClipDB.) |
![]() | SearchUsers |
Gets the information of all the users for a particular user
matching the search criteria.
|
![]() | SetAdminStatus |
Grants or revokes admin privileges to a set of users in a particular group.
|
![]() | SetParameterValue |
Sets the parameter value of the sql parameter to a known value
(Inherited from OfficeClipDB.) |
![]() | SetSPCommand | Overloaded. |
![]() | SetSPDataAdapter |
Sets the stored procedure data adapter
(Inherited from OfficeClipDB.) |
![]() | SetSuccessfulLoginDate |
Sets a Timestamp in the database which marking the the user's
login date and time for the user who is currently logging in.
|
![]() | ToString | Returns a String that represents the current Object. (Inherited from Object.) |
![]() | UpdatePassword |
Encrypts the password for a particular user
using the MD5 algorithm and saves the password in the database.
|
![]() | UpdatePin |
Encrypts the user pin number (used for mobile access) for a particular user
using the MD5 algorithm and saves the
password in the database.
|
![]() | UpdateUserCurrency |
Properties
Name | Description | |
---|---|---|
![]() | ConnectionString |
Gets the OfficeClip.DBLayer.ConnectionString property encapsulates
a callout to the ASP+ Config System to obtain the
database connection string for the application.
(Inherited from OfficeClipDB.) |
![]() | DBConnString |
The database connection string that is only available within the framework of the DBLayer.
This should only be set through a constructor so this is not available outside
the DBLayer. A default conection string is assumed if not set.
(Inherited from OfficeClipDB.) |