Click or drag to resize

Emulate3D.WebConfiguration Namespace

[Missing <summary> documentation for "N:Emulate3D.WebConfiguration"]

Classes
 ClassDescription
Public classCITMWebService 
Public classClientStatusToConnectEnabledConverter Converter that returns true when the client can connect (status is Disconnected or Error).
Public classClientStatusToDisconnectEnabledConverter Converter that returns true when the client can disconnect (status is Connected).
Public classClientTypeToNameConverter Gets the name from the Emulate3DWebClient attribute and display that instead.
Public classClientTypeToTooltipConverter Gets the name from the Emulate3DWebClient attribute and display that instead.
Public classEmulate3DWebClientAttribute An attribute to mark a class as a Web Client.
Public classEmulate3DWebServiceAttribute An attribute to mark a class as a Web Service for Emulate3D Web App Server.
Public classRemoteCommandWebService 
Public classRemoteViewerService 
Public classWebClientGenerator A generator for the Web Client attribute
Public classWebConfigurationServerSettings 
Public classWebConfigurationView Interaction logic for WebAppServerConfigurationView.xaml
Public classWebServiceGenerator A generator for the Web Service attribute
Interfaces
 InterfaceDescription
Public interfaceIWebConfiguration Interface for managing a web application within Emulate3D.
Public interfaceIWebConfigurationClient Interface for clients that can be added to the web configuration. This allows for a flexible system where different types of clients can be implemented and added to the configuration without modifying the core code. Each client must implement this interface to ensure it has the necessary methods for initialization, connection, and disconnection.
Public interfaceIWebConfigurationService The interface for a web app server.
Enumerations
 EnumerationDescription
Public enumerationClientConnectionStatus 
Public enumerationWebServerStatus