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.IServerManager Interface Reference
+ Inheritance diagram for erminas.SmartAPI.CMS.ServerManagement.IServerManager:

Properties

IApplicationServers ApplicationServers [get]
 
IRDList< IAsynchronousProcessAsynchronousProcesses [get]
 The asynchronous processes running on the server. The list is NOT cached by default.
 
IDatabaseServers DatabaseServers [get]
 
IGroups Groups [get]
 
IIndexedRDList< ModuleType,
IModule
Modules [get]
 
IProjects Projects [get]
 
IUsers Users [get]
 

Detailed Description

Definition at line 72 of file IServerManager.cs.

Property Documentation

IApplicationServers erminas.SmartAPI.CMS.ServerManagement.IServerManager.ApplicationServers
get

Definition at line 74 of file IServerManager.cs.

IRDList<IAsynchronousProcess> erminas.SmartAPI.CMS.ServerManagement.IServerManager.AsynchronousProcesses
get

The asynchronous processes running on the server. The list is NOT cached by default.

Caching is disabled by default.

Definition at line 82 of file IServerManager.cs.

IDatabaseServers erminas.SmartAPI.CMS.ServerManagement.IServerManager.DatabaseServers
get

Definition at line 84 of file IServerManager.cs.

IGroups erminas.SmartAPI.CMS.ServerManagement.IServerManager.Groups
get

Definition at line 85 of file IServerManager.cs.

IIndexedRDList<ModuleType, IModule> erminas.SmartAPI.CMS.ServerManagement.IServerManager.Modules
get

Definition at line 87 of file IServerManager.cs.

IProjects erminas.SmartAPI.CMS.ServerManagement.IServerManager.Projects
get

Definition at line 88 of file IServerManager.cs.

IUsers erminas.SmartAPI.CMS.ServerManagement.IServerManager.Users
get

Definition at line 89 of file IServerManager.cs.


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