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

More...

Inherits UnifiedAutomation.UaServer.ModelControllerBase.

Public Member Functions

 BuildInfoModel ()
 Initializes a new instance of the BuildInfoModel class.
 
 BuildInfoModel (BuildInfoModel template)
 Initializes a new instance of the BuildInfoModel 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

BuildInfo Value [get, set]
 Gets or sets the value.
 
DateTime BuildDate [get, set]
 Gets or sets the BuildDate
 
string BuildNumber [get, set]
 Gets or sets the BuildNumber
 
string ManufacturerName [get, set]
 Gets or sets the ManufacturerName
 
string ProductName [get, set]
 Gets or sets the ProductName
 
string ProductUri [get, set]
 Gets or sets the ProductUri
 
string SoftwareVersion [get, set]
 Gets or sets the SoftwareVersion
 
- 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.BuildInfoModel.BuildInfoModel ( )

Initializes a new instance of the BuildInfoModel class.

UnifiedAutomation.UaServer.BuildInfoModel.BuildInfoModel ( BuildInfoModel  template)

Initializes a new instance of the BuildInfoModel class.

Parameters
templateThe template.

Property Documentation

DateTime UnifiedAutomation.UaServer.BuildInfoModel.BuildDate
getset

Gets or sets the BuildDate

The BuildDate

string UnifiedAutomation.UaServer.BuildInfoModel.BuildNumber
getset

Gets or sets the BuildNumber

The BuildNumber

string UnifiedAutomation.UaServer.BuildInfoModel.ManufacturerName
getset

Gets or sets the ManufacturerName

The ManufacturerName

string UnifiedAutomation.UaServer.BuildInfoModel.ProductName
getset

Gets or sets the ProductName

The ProductName

string UnifiedAutomation.UaServer.BuildInfoModel.ProductUri
getset

Gets or sets the ProductUri

The ProductUri

string UnifiedAutomation.UaServer.BuildInfoModel.SoftwareVersion
getset

Gets or sets the SoftwareVersion

The SoftwareVersion

BuildInfo UnifiedAutomation.UaServer.BuildInfoModel.Value
getset

Gets or sets the value.

The value.


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