UA Bundle SDK .NET  2.3.1.334
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Groups Pages
UnifiedAutomation.UaServer.TrustListUpdatedAuditEventModel Class Reference

EXPERIMENTAL: This type is a prototype for a not released feature. The type is subject to change. Do not use this type in a product. More...

Inherits UnifiedAutomation.UaServer.AuditUpdateMethodEventModel.

Public Member Functions

 TrustListUpdatedAuditEventModel ()
 Initializes a new instance of the TrustListUpdatedAuditEventModel class. More...
 
 TrustListUpdatedAuditEventModel (TrustListUpdatedAuditEventModel template)
 Initializes a new instance of the TrustListUpdatedAuditEventModel class. More...
 
override void UpdateEvent (GenericEvent e)
 Updates the event. More...
 
- Public Member Functions inherited from UnifiedAutomation.UaServer.AuditUpdateMethodEventModel
 AuditUpdateMethodEventModel ()
 Initializes a new instance of the AuditUpdateMethodEventModel class. More...
 
 AuditUpdateMethodEventModel (AuditUpdateMethodEventModel template)
 Initializes a new instance of the AuditUpdateMethodEventModel class. More...
 
- Public Member Functions inherited from UnifiedAutomation.UaServer.AuditEventModel
 AuditEventModel ()
 Initializes a new instance of the AuditEventModel class. More...
 
 AuditEventModel (AuditEventModel template)
 Initializes a new instance of the AuditEventModel class. More...
 
- Public Member Functions inherited from UnifiedAutomation.UaServer.BaseEventModel
 BaseEventModel ()
 Initializes a new instance of the BaseEventModel class. More...
 
 BaseEventModel (BaseEventModel template)
 Initializes a new instance of the BaseEventModel class. More...
 
void NewId ()
 Assigns a new event id, time and receive time to the event. More...
 
virtual GenericEvent CreateEvent (FilterManager manager)
 Creates the event. 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.AuditUpdateMethodEventModel
object[] InputArguments [get, set]
 Gets or sets the InputArguments More...
 
NodeId MethodId [get, set]
 Gets or sets the MethodId More...
 

Detailed Description

EXPERIMENTAL: This type is a prototype for a not released feature. The type is subject to change. Do not use this type in a product.

This event is raised when a TrustList is changed. This is the result of a CloseAndUpdate Method on a TrustListType Object being called. It may also be raised when the AddCertificate or RemoveCertificate Method being called.

Constructor & Destructor Documentation

UnifiedAutomation.UaServer.TrustListUpdatedAuditEventModel.TrustListUpdatedAuditEventModel ( )
inline

Initializes a new instance of the TrustListUpdatedAuditEventModel class.

UnifiedAutomation.UaServer.TrustListUpdatedAuditEventModel.TrustListUpdatedAuditEventModel ( TrustListUpdatedAuditEventModel  template)
inline

Initializes a new instance of the TrustListUpdatedAuditEventModel class.

Parameters
templateThe template.

Member Function Documentation

override void UnifiedAutomation.UaServer.TrustListUpdatedAuditEventModel.UpdateEvent ( GenericEvent  e)
inlinevirtual

Updates the event.

Parameters
eThe event to update.

Reimplemented from UnifiedAutomation.UaServer.AuditUpdateMethodEventModel.


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