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

More...

Inherits UnifiedAutomation.UaServer.AuditEventModel.

Public Member Functions

 AuditUpdateEventModel ()
 Initializes a new instance of the AuditUpdateEventModel class.
 
 AuditUpdateEventModel (AuditUpdateEventModel template)
 Initializes a new instance of the AuditUpdateEventModel class.
 
override void UpdateEvent (GenericEvent e)
 Updates the event.
 
- Public Member Functions inherited from UnifiedAutomation.UaServer.AuditEventModel
 AuditEventModel ()
 Initializes a new instance of the AuditEventModel class.
 
 AuditEventModel (AuditEventModel template)
 Initializes a new instance of the AuditEventModel class.
 
- Public Member Functions inherited from UnifiedAutomation.UaServer.BaseEventModel
 BaseEventModel ()
 Initializes a new instance of the BaseEventModel class.
 
 BaseEventModel (BaseEventModel template)
 Initializes a new instance of the BaseEventModel class.
 
void NewId ()
 Assigns a new event id, time and receive time to the event.
 
virtual GenericEvent CreateEvent (FilterManager manager)
 Creates the event.
 
- 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.
 

Additional Inherited Members

- Properties inherited from UnifiedAutomation.UaServer.AuditEventModel
DateTime ActionTimeStamp [get, set]
 Gets or sets the ActionTimeStamp
 
string ClientAuditEntryId [get, set]
 Gets or sets the ClientAuditEntryId
 
string ClientUserId [get, set]
 Gets or sets the ClientUserId
 
string ServerId [get, set]
 Gets or sets the ServerId
 
bool Status [get, set]
 Gets or sets the Status
 

Detailed Description

Constructor & Destructor Documentation

UnifiedAutomation.UaServer.AuditUpdateEventModel.AuditUpdateEventModel ( )

Initializes a new instance of the AuditUpdateEventModel class.

UnifiedAutomation.UaServer.AuditUpdateEventModel.AuditUpdateEventModel ( AuditUpdateEventModel  template)

Initializes a new instance of the AuditUpdateEventModel class.

Parameters
templateThe template.

Member Function Documentation

override void UnifiedAutomation.UaServer.AuditUpdateEventModel.UpdateEvent ( GenericEvent  e)
virtual

Updates the event.

Parameters
eThe event to update.

Reimplemented from UnifiedAutomation.UaServer.AuditEventModel.


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