.NET Based OPC UA Client/Server SDK  3.3.0.530
UnifiedAutomation.UaServer.INotifyStatusCodeInfo Interface Reference

Similar to the System.ComponentModel.INotifyDataErrorInfo interface, this interface makes it possible to retrieve additional information for a property, in this case a status code assigned for the property. More...

Inherited by UnifiedAutomation.UaServer.ModelControllerBase.

Public Member Functions

StatusCode GetStatusCode (string propertyName)
 Retrieve the status code for the given property. If no status code was explicitly set, StatusCodes.Good will be returned. More...
 

Properties

bool HasStatusCodes [get]
 true if no property has an explicit set status code. Hence when all status codes are implicit StatusCodes.Good. More...
 

Events

EventHandler
< StatusCodeChangedEventArgs
StatusCodeChanged
 Occurs if the status code of a property was changed. More...
 

Detailed Description

Similar to the System.ComponentModel.INotifyDataErrorInfo interface, this interface makes it possible to retrieve additional information for a property, in this case a status code assigned for the property.

Member Function Documentation

StatusCode UnifiedAutomation.UaServer.INotifyStatusCodeInfo.GetStatusCode ( string  propertyName)

Retrieve the status code for the given property. If no status code was explicitly set, StatusCodes.Good will be returned.

Parameters
propertyNameThe property name.
Returns
The status code of the property.

Implemented in UnifiedAutomation.UaServer.ModelControllerBase.

Property Documentation

bool UnifiedAutomation.UaServer.INotifyStatusCodeInfo.HasStatusCodes
get

true if no property has an explicit set status code. Hence when all status codes are implicit StatusCodes.Good.

Event Documentation

EventHandler<StatusCodeChangedEventArgs> UnifiedAutomation.UaServer.INotifyStatusCodeInfo.StatusCodeChanged

Occurs if the status code of a property was changed.


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