SmartAPI
Open Source .NET RQL library for RedDot CMS / OpenText WSM Management Server
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Properties Pages
erminas.SmartAPI.CMS.ServerManagement.IUser Interface Reference
+ Inheritance diagram for erminas.SmartAPI.CMS.ServerManagement.IUser:
+ Collaboration diagram for erminas.SmartAPI.CMS.ServerManagement.IUser:

Public Member Functions

void Commit ()
 
- Public Member Functions inherited from erminas.SmartAPI.CMS.IPartialRedDotObject
void EnsureInitialization ()
 
void Refresh ()
 
- Public Member Functions inherited from erminas.SmartAPI.CMS.IDeletable
void Delete ()
 

Properties

Guid AccountSystemGuid [get]
 
string Description [get, set]
 
DirectEditActivation DirectEditActivationType [get, set]
 
string EMail [get, set]
 
string FullName [get, set]
 
int Id [get]
 
bool IsAlwaysScrollingOpenTreeSegmentsInTheVisibleArea [get, set]
 
bool IsPasswordwordChangeableByCurrentUser [get]
 
bool IsUnknownUser [get]
 Indicates if the user is not (no longer) available in the system. For example the content class history might still contain a user which was deleted later on. In this case IsUnknownUser will be true, but you can still access its guid.
 
IDialogLocale LanguageOfUserInterface [get, set]
 
DateTime LastLoginDate [get]
 
ISystemLocale Locale [get, set]
 
int MaximumNumberOfSessions [get, set]
 
int MaxLevel [get]
 
IUserModuleAssignment ModuleAssignment [get]
 
new string Name [get, set]
 
string NavigationType [get]
 
string Password [set]
 
int PreferredEditor [get]
 
IUserProjects Projects [get]
 
UserPofileChangeRestrictions UserPofileChangeRestrictions [get, set]
 
- Properties inherited from erminas.SmartAPI.CMS.ISessionObject
ISession Session [get]
 

Detailed Description

Definition at line 44 of file IUser.cs.

Member Function Documentation

void erminas.SmartAPI.CMS.ServerManagement.IUser.Commit ( )

Property Documentation

Guid erminas.SmartAPI.CMS.ServerManagement.IUser.AccountSystemGuid
get

Definition at line 46 of file IUser.cs.

string erminas.SmartAPI.CMS.ServerManagement.IUser.Description
getset

Definition at line 48 of file IUser.cs.

DirectEditActivation erminas.SmartAPI.CMS.ServerManagement.IUser.DirectEditActivationType
getset

Definition at line 49 of file IUser.cs.

string erminas.SmartAPI.CMS.ServerManagement.IUser.EMail
getset

Definition at line 50 of file IUser.cs.

string erminas.SmartAPI.CMS.ServerManagement.IUser.FullName
getset

Definition at line 51 of file IUser.cs.

int erminas.SmartAPI.CMS.ServerManagement.IUser.Id
get

Definition at line 52 of file IUser.cs.

bool erminas.SmartAPI.CMS.ServerManagement.IUser.IsAlwaysScrollingOpenTreeSegmentsInTheVisibleArea
getset

Definition at line 53 of file IUser.cs.

bool erminas.SmartAPI.CMS.ServerManagement.IUser.IsPasswordwordChangeableByCurrentUser
get

Definition at line 54 of file IUser.cs.

bool erminas.SmartAPI.CMS.ServerManagement.IUser.IsUnknownUser
get

Indicates if the user is not (no longer) available in the system. For example the content class history might still contain a user which was deleted later on. In this case IsUnknownUser will be true, but you can still access its guid.

Definition at line 71 of file IUser.cs.

IDialogLocale erminas.SmartAPI.CMS.ServerManagement.IUser.LanguageOfUserInterface
getset

Definition at line 55 of file IUser.cs.

DateTime erminas.SmartAPI.CMS.ServerManagement.IUser.LastLoginDate
get

Definition at line 56 of file IUser.cs.

ISystemLocale erminas.SmartAPI.CMS.ServerManagement.IUser.Locale
getset

Definition at line 57 of file IUser.cs.

int erminas.SmartAPI.CMS.ServerManagement.IUser.MaximumNumberOfSessions
getset

Definition at line 59 of file IUser.cs.

int erminas.SmartAPI.CMS.ServerManagement.IUser.MaxLevel
get

Definition at line 58 of file IUser.cs.

IUserModuleAssignment erminas.SmartAPI.CMS.ServerManagement.IUser.ModuleAssignment
get

Definition at line 60 of file IUser.cs.

new string erminas.SmartAPI.CMS.ServerManagement.IUser.Name
getset

Definition at line 61 of file IUser.cs.

string erminas.SmartAPI.CMS.ServerManagement.IUser.NavigationType
get

Definition at line 62 of file IUser.cs.

string erminas.SmartAPI.CMS.ServerManagement.IUser.Password
set

Definition at line 63 of file IUser.cs.

int erminas.SmartAPI.CMS.ServerManagement.IUser.PreferredEditor
get

Definition at line 64 of file IUser.cs.

IUserProjects erminas.SmartAPI.CMS.ServerManagement.IUser.Projects
get

Definition at line 73 of file IUser.cs.

UserPofileChangeRestrictions erminas.SmartAPI.CMS.ServerManagement.IUser.UserPofileChangeRestrictions
getset

Definition at line 75 of file IUser.cs.


The documentation for this interface was generated from the following file: