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

More...

Inherits UnifiedAutomation.UaServer.ModelControllerBase.

Public Member Functions

 ServerStatusModel ()
 Initializes a new instance of the ServerStatusModel class.
 
 ServerStatusModel (ServerStatusModel template)
 Initializes a new instance of the ServerStatusModel class.
 
- Public Member Functions inherited from UnifiedAutomation.UaServer.ModelControllerBase
virtual ModelHandle GetModelHandle (StringTable namespaceUris, object instance)
 Gets the metadata handle.
 
virtual DataValue GetValue (IMapperContext context, ModelMapping mapping)
 Gets the value associated with the mapping.
 
virtual bool SetValue (IMapperContext context, ModelMapping mapping, DataValue value)
 Sets the value associated with the mapping.
 
- Public Member Functions inherited from UnifiedAutomation.UaBase.IModelMapper
ModelHandle GetModelHandle (StringTable namespaceUris, object instance)
 Gets the metadata handle.
 
DataValue GetValue (IMapperContext context, ModelMapping mapping)
 Gets the value associated with the mapping.
 
bool SetValue (IMapperContext context, ModelMapping mapping, DataValue value)
 Sets the value associated with the mapping.
 

Properties

ServerStatusDataType Value [get, set]
 Gets or sets the value.
 
BuildInfoModel BuildInfo [get, set]
 Gets or sets the BuildInfo
 
DateTime CurrentTime [get, set]
 Gets or sets the CurrentTime
 
uint SecondsTillShutdown [get, set]
 Gets or sets the SecondsTillShutdown
 
LocalizedText ShutdownReason [get, set]
 Gets or sets the ShutdownReason
 
DateTime StartTime [get, set]
 Gets or sets the StartTime
 
ServerState State [get, set]
 Gets or sets the State
 
- Properties inherited from UnifiedAutomation.UaServer.ModelControllerBase
ModelHandle ModelHandle [get, set]
 Gets or sets the metadata handle.
 
object UserData [get, set]
 Gets or sets the user data.
 

Detailed Description

Constructor & Destructor Documentation

UnifiedAutomation.UaServer.ServerStatusModel.ServerStatusModel ( )

Initializes a new instance of the ServerStatusModel class.

UnifiedAutomation.UaServer.ServerStatusModel.ServerStatusModel ( ServerStatusModel  template)

Initializes a new instance of the ServerStatusModel class.

Parameters
templateThe template.

Property Documentation

BuildInfoModel UnifiedAutomation.UaServer.ServerStatusModel.BuildInfo
getset

Gets or sets the BuildInfo

The BuildInfo

DateTime UnifiedAutomation.UaServer.ServerStatusModel.CurrentTime
getset

Gets or sets the CurrentTime

The CurrentTime

uint UnifiedAutomation.UaServer.ServerStatusModel.SecondsTillShutdown
getset

Gets or sets the SecondsTillShutdown

The SecondsTillShutdown

LocalizedText UnifiedAutomation.UaServer.ServerStatusModel.ShutdownReason
getset

Gets or sets the ShutdownReason

The ShutdownReason

DateTime UnifiedAutomation.UaServer.ServerStatusModel.StartTime
getset

Gets or sets the StartTime

The StartTime

ServerState UnifiedAutomation.UaServer.ServerStatusModel.State
getset

Gets or sets the State

The State

ServerStatusDataType UnifiedAutomation.UaServer.ServerStatusModel.Value
getset

Gets or sets the value.

The value.


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