UA Bundle SDK .NET  2.1.0.222
 All Classes Namespaces Functions Variables Enumerations Properties Events Groups Pages
UnifiedAutomation.UaServer.ServerSettings Class Reference

A class that stores the settings for a server. More...

Public Member Functions

 ServerSettings (ApplicationInstance application)
 Initializes a new instance of the ServerSettings class.
 

Properties

string ProductUri [get, set]
 Gets or sets the product URI.
 
string ProductName [get, set]
 Gets or sets the name of the product.
 
string ManufacturerName [get, set]
 Gets or sets the name of the manufacturer.
 
string SoftwareVersion [get, set]
 Gets or sets the software version.
 
string BuildNumber [get, set]
 Gets or sets the build number.
 
DateTime BuildDate [get, set]
 Gets or sets the build date.
 
bool IsAuditActivated [get, set]
 Gets or sets a value indicating whether this instance is audit activated.
 
bool IsDiagnosticsEnabled [get, set]
 Gets or sets a value indicating whether this instance is diagnostics enabled.
 
string[] AvailableLocaleIds [get, set]
 Gets or sets the available locale ids.
 
Uri DiscoveryServerUrl [get, set]
 Gets or sets the discovery server URL.
 
bool RegistrationEnabled [get, set]
 Gets or sets a value indicating whether [registration enabled].
 
int RegistrationInterval [get, set]
 Gets or sets the registration interval.
 

Detailed Description

A class that stores the settings for a server.

Constructor & Destructor Documentation

UnifiedAutomation.UaServer.ServerSettings.ServerSettings ( ApplicationInstance  application)

Initializes a new instance of the ServerSettings class.

Parameters
applicationThe application.

Property Documentation

string [] UnifiedAutomation.UaServer.ServerSettings.AvailableLocaleIds
getset

Gets or sets the available locale ids.

The available locale ids.

DateTime UnifiedAutomation.UaServer.ServerSettings.BuildDate
getset

Gets or sets the build date.

The build date.

string UnifiedAutomation.UaServer.ServerSettings.BuildNumber
getset

Gets or sets the build number.

The build number.

Uri UnifiedAutomation.UaServer.ServerSettings.DiscoveryServerUrl
getset

Gets or sets the discovery server URL.

The discovery server URL.

bool UnifiedAutomation.UaServer.ServerSettings.IsAuditActivated
getset

Gets or sets a value indicating whether this instance is audit activated.

true if this instance is audit activated; otherwise, false.

bool UnifiedAutomation.UaServer.ServerSettings.IsDiagnosticsEnabled
getset

Gets or sets a value indicating whether this instance is diagnostics enabled.

true if this instance is diagnostics enabled; otherwise, false.

string UnifiedAutomation.UaServer.ServerSettings.ManufacturerName
getset

Gets or sets the name of the manufacturer.

The name of the manufacturer.

string UnifiedAutomation.UaServer.ServerSettings.ProductName
getset

Gets or sets the name of the product.

The name of the product.

string UnifiedAutomation.UaServer.ServerSettings.ProductUri
getset

Gets or sets the product URI.

The product URI.

bool UnifiedAutomation.UaServer.ServerSettings.RegistrationEnabled
getset

Gets or sets a value indicating whether [registration enabled].

true if [registration enabled]; otherwise, false.

int UnifiedAutomation.UaServer.ServerSettings.RegistrationInterval
getset

Gets or sets the registration interval.

The registration interval.

string UnifiedAutomation.UaServer.ServerSettings.SoftwareVersion
getset

Gets or sets the software version.

The software version.


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