The IUser type exposes the following members.
Methods
Name | Description | |
---|---|---|
AddUserConnection | ||
ContainsField |
Checks to see if the object contains a specicific field by fielod name. to check
(Inherited from ICartellaObject.) | |
CreatedComments |
Get comments created by this user
| |
Get_Procedure_SelectPagedRelations |
Return the "SelectPagedRelationsProcedure" delegate, by the given target type
(Inherited from ICartellaObject.) | |
Get_Procedure_SelectPositionedRelations |
Return the "SelectPositionedRelationsProcedure" delegate, by the given target type
(Inherited from ICartellaObject.) | |
Get_Procedure_SelectRelations |
Return the "SelectRelationsProcedure" delegate, by the given target type
(Inherited from ICartellaObject.) | |
GetApprovedConnections |
Used to get approved connections
| |
GetConnectionModifiedItems | ||
GetCreatedOrModifiedItems(String, Int32, Int32, Int32) |
Retrieves set of recent items created or modified by user
| |
GetCreatedOrModifiedItems(String, Int32, Int32, Int32, Boolean%) |
Retrieves set of recent items created or modified by user
| |
GetFields |
Get a collection of fields.
(Inherited from IBaseObject.) | |
GetPendingConnection |
Used to get pending connections
| |
GetProfile |
Returns user's profile. If no profile exists for the current user
one will be created. Will return null if the user is anonymous.
| |
Groups |
Returns groups associated with user.
| |
Initialize | (Inherited from IBaseObject.) | |
RemoveUserConnection | ||
RetrieveFullRecord |
Retrieve full content of the object. This method is automatically invoked, when full record retrieval is never
done on the object, and indexer call if performed on the fields key that doesn't exist.
(Inherited from ICartellaObject.) | |
SetPassword |
Change password for this user.
Exception will be thrown, if the old password doesn't match.
Only System Admin can perform this method, otherwise, Security Exception is thrown.
| |
SetupDelegates |
Setup the delegate methods for data communications
(Inherited from ICartellaObject.) | |
StartUpdate |
Suppress update events.
Use "Using" statement to automatically dispose and reset Event update switch.
Put the actual object property changes inside the using block
(Inherited from IBatchUpdatable.) | |
UpdateData |
Sync the data of the object to underlying data record
(Inherited from IBatchUpdatable.) | |
ValidateRules |
Validates instance based on rules stored in the Global Manager.
If validation fails, a Validation Exception will be thrown.
(Inherited from ICartellaObject.) |