.NET Based OPC UA Client/Server SDK  3.1.0.500
UnifiedAutomation.UaServer.BuildInfoModel Class Reference

This complex variable type is used for information about the Server status. More...

Inherits UnifiedAutomation.UaServer.BaseDataVariableModel.

Public Member Functions

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

Properties

new BuildInfo Value [get, set]
 Gets or sets the value. More...
 
DateTime BuildDate [get, set]
 Gets or sets the BuildDate More...
 
string BuildNumber [get, set]
 Gets or sets the BuildNumber More...
 
string ManufacturerName [get, set]
 Gets or sets the ManufacturerName More...
 
string ProductName [get, set]
 Gets or sets the ProductName More...
 
string ProductUri [get, set]
 Gets or sets the ProductUri More...
 
string SoftwareVersion [get, set]
 Gets or sets the SoftwareVersion More...
 
- Properties inherited from UnifiedAutomation.UaServer.BaseVariableModel
object Value [get, set]
 Gets or sets the value. More...
 
- Properties inherited from UnifiedAutomation.UaServer.ModelControllerBase
ModelHandle ModelHandle [get, set]
 Gets or sets the metadata handle. More...
 
object UserData [get, set]
 Gets or sets the user data. More...
 

Detailed Description

This complex variable type is used for information about the Server status.

Its data variables reflect its data type having the same semantic (see UnifiedAutomation.UaBase.BuildInfo).

Constructor & Destructor Documentation

UnifiedAutomation.UaServer.BuildInfoModel.BuildInfoModel ( )
inline

Initializes a new instance of the BuildInfoModel class.

UnifiedAutomation.UaServer.BuildInfoModel.BuildInfoModel ( BuildInfoModel  template)
inline

Initializes a new instance of the BuildInfoModel class.

Parameters
templateThe template.

Property Documentation

DateTime UnifiedAutomation.UaServer.BuildInfoModel.BuildDate
getset

Gets or sets the BuildDate

string UnifiedAutomation.UaServer.BuildInfoModel.BuildNumber
getset

Gets or sets the BuildNumber

string UnifiedAutomation.UaServer.BuildInfoModel.ManufacturerName
getset

Gets or sets the ManufacturerName

string UnifiedAutomation.UaServer.BuildInfoModel.ProductName
getset

Gets or sets the ProductName

string UnifiedAutomation.UaServer.BuildInfoModel.ProductUri
getset

Gets or sets the ProductUri

string UnifiedAutomation.UaServer.BuildInfoModel.SoftwareVersion
getset

Gets or sets the SoftwareVersion

new BuildInfo UnifiedAutomation.UaServer.BuildInfoModel.Value
getset

Gets or sets the value.


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