OpcNotificationDataSet<T> Members

Namespace: Opc.UaFx
Assemblies: Opc.UaFx.Advanced.dll, Opc.UaFx.Advanced.dll
The OpcNotificationDataSet<T> type exposes the following members.

OpcNotificationDataSet(NotificationData, OpcNotification)

C#

protected OpcNotificationDataSet(NotificationData content, OpcNotification notification)


Parameters

content NotificationData


notification OpcNotification



Exceptions

ArgumentNullException


Items

C#

public OpcNotificationDataSetItemReadOnlyCollection<T> Items { get; }


Property Value

OpcNotificationDataSetItemReadOnlyCollection<T>

Notification

C#

public OpcNotification Notification { get; }


Property Value

OpcNotification

LoadItems(OpcNotificationDataSetItemCollection<T>)

C#

protected virtual void LoadItems(OpcNotificationDataSetItemCollection<T> items)


Parameters

items OpcNotificationDataSetItemCollection<T>