.NET Based OPC UA Client/Server SDK  2.6.0.418
UnifiedAutomation.UaServer.BaseObjectModel Class Reference

The BaseObjectType is used as type definition whenever there is an object having no more concrete type definitions available. More...

Inherits UnifiedAutomation.UaServer.ModelControllerBase.

Inherited by UnifiedAutomation.UaServer.AggregateConfigurationModel, UnifiedAutomation.UaServer.AggregateFunctionModel, UnifiedAutomation.UaServer.AlarmMetricsModel, UnifiedAutomation.UaServer.AuthorizationServiceConfigurationModel, UnifiedAutomation.UaServer.BaseConditionClassModel, UnifiedAutomation.UaServer.CertificateGroupModel, UnifiedAutomation.UaServer.CertificateModel, UnifiedAutomation.UaServer.ConnectionTransportModel, UnifiedAutomation.UaServer.DataSetReaderMessageModel, UnifiedAutomation.UaServer.DataSetReaderModel, UnifiedAutomation.UaServer.DataSetReaderTransportModel, UnifiedAutomation.UaServer.DataSetWriterMessageModel, UnifiedAutomation.UaServer.DataSetWriterModel, UnifiedAutomation.UaServer.DataSetWriterTransportModel, UnifiedAutomation.UaServer.DataTypeEncodingModel, UnifiedAutomation.UaServer.DataTypeSystemModel, UnifiedAutomation.UaServer.ExtensionFieldsModel, UnifiedAutomation.UaServer.FileModel, UnifiedAutomation.UaServer.FolderModel, UnifiedAutomation.UaServer.HistoricalDataConfigurationModel, UnifiedAutomation.UaServer.HistoryServerCapabilitiesModel, UnifiedAutomation.UaServer.KeyCredentialConfigurationModel, UnifiedAutomation.UaServer.Model.TraceObjectModel, UnifiedAutomation.UaServer.NamespaceMetadataModel, UnifiedAutomation.UaServer.NamespacesModel, UnifiedAutomation.UaServer.NetworkAddressModel, UnifiedAutomation.UaServer.PublishedDataSetModel, UnifiedAutomation.UaServer.PubSubConnectionModel, UnifiedAutomation.UaServer.PubSubDiagnosticsModel, UnifiedAutomation.UaServer.PubSubGroupModel, UnifiedAutomation.UaServer.PubSubKeyServiceModel, UnifiedAutomation.UaServer.PubSubStatusModel, UnifiedAutomation.UaServer.ReaderGroupMessageModel, UnifiedAutomation.UaServer.ReaderGroupTransportModel, UnifiedAutomation.UaServer.RoleModel, UnifiedAutomation.UaServer.RoleSetModel, UnifiedAutomation.UaServer.SecurityGroupModel, UnifiedAutomation.UaServer.ServerCapabilitiesModel, UnifiedAutomation.UaServer.ServerConfigurationModel, UnifiedAutomation.UaServer.ServerDiagnosticsModel, UnifiedAutomation.UaServer.ServerModel, UnifiedAutomation.UaServer.ServerRedundancyModel, UnifiedAutomation.UaServer.SessionDiagnosticsObjectModel, UnifiedAutomation.UaServer.SessionsDiagnosticsSummaryModel, UnifiedAutomation.UaServer.StateMachineModel, UnifiedAutomation.UaServer.StateModel, UnifiedAutomation.UaServer.SubscribedDataSetModel, UnifiedAutomation.UaServer.TemporaryFileTransferModel, UnifiedAutomation.UaServer.TransitionModel, UnifiedAutomation.UaServer.VendorServerInfoModel, UnifiedAutomation.UaServer.WriterGroupMessageModel, and UnifiedAutomation.UaServer.WriterGroupTransportModel.

Public Member Functions

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

Additional Inherited Members

- 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

The BaseObjectType is used as type definition whenever there is an object having no more concrete type definitions available.

Servers should avoid using this ObjectType and use a more specific type, if possible. This ObjectType is the base ObjectType and all other ObjectTypes shall either directly or indirectly inherit from it. However, it might not be possible for Servers to provide all HasSubtype References from this ObjectType to its subtypes, and therefore it is not required to provide this information.

Constructor & Destructor Documentation

UnifiedAutomation.UaServer.BaseObjectModel.BaseObjectModel ( )
inline

Initializes a new instance of the BaseObjectModel class.

UnifiedAutomation.UaServer.BaseObjectModel.BaseObjectModel ( BaseObjectModel  template)
inline

Initializes a new instance of the BaseObjectModel class.

Parameters
templateThe template.

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