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

The base class for event objects. More...

Inherits UnifiedAutomation.UaServer.ModelControllerBase.

Inherited by UnifiedAutomation.UaServer.AuditEventModel, UnifiedAutomation.UaServer.BaseModelChangeEventModel, UnifiedAutomation.UaServer.ConditionModel, UnifiedAutomation.UaServer.EventQueueOverflowEventModel, UnifiedAutomation.UaServer.ProgressEventModel, UnifiedAutomation.UaServer.SystemEventModel, and UnifiedAutomation.UaServer.TransitionEventModel.

Public Member Functions

 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...
 
virtual void UpdateEvent (GenericEvent e)
 Updates 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...
 

Properties

NodeId NodeId [get, set]
 Gets or sets the event id. More...
 
byte[] EventId [get, set]
 Gets or sets the event id. More...
 
NodeId EventType [get, set]
 Gets or sets the type of the event. More...
 
NodeId SourceNode [get, set]
 Gets or sets the source node. More...
 
string SourceName [get, set]
 Gets or sets the name of the source. More...
 
DateTime Time [get, set]
 Gets or sets the time. More...
 
DateTime ReceiveTime [get, set]
 Gets or sets the receive time. More...
 
TimeZoneDataType LocalTime [get, set]
 Gets or sets the local time. More...
 
LocalizedText Message [get, set]
 Gets or sets the message. More...
 
ushort Severity [get, set]
 Gets or sets the severity. More...
 
- 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 base class for event objects.

Constructor & Destructor Documentation

UnifiedAutomation.UaServer.BaseEventModel.BaseEventModel ( )
inline

Initializes a new instance of the BaseEventModel class.

UnifiedAutomation.UaServer.BaseEventModel.BaseEventModel ( BaseEventModel  template)
inline

Initializes a new instance of the BaseEventModel class.

Parameters
templateThe template.

Member Function Documentation

virtual GenericEvent UnifiedAutomation.UaServer.BaseEventModel.CreateEvent ( FilterManager  manager)
inlinevirtual

Creates the event.

Parameters
managerThe manager.
Returns
The new event.
void UnifiedAutomation.UaServer.BaseEventModel.NewId ( )
inline

Assigns a new event id, time and receive time to the event.

virtual void UnifiedAutomation.UaServer.BaseEventModel.UpdateEvent ( GenericEvent  e)
inlinevirtual

Updates the event.

Parameters
eThe event to update.

Reimplemented in UnifiedAutomation.UaServer.ProgramTransitionEventModel, UnifiedAutomation.UaServer.TransitionEventModel, UnifiedAutomation.UaServer.SystemStatusChangeEventModel, UnifiedAutomation.UaServer.RefreshStartEventModel, UnifiedAutomation.UaServer.RefreshRequiredEventModel, UnifiedAutomation.UaServer.RefreshEndEventModel, UnifiedAutomation.UaServer.DeviceFailureEventModel, UnifiedAutomation.UaServer.SystemEventModel, UnifiedAutomation.UaServer.ProgressEventModel, UnifiedAutomation.UaServer.EventQueueOverflowEventModel, UnifiedAutomation.UaServer.DialogConditionModel, UnifiedAutomation.UaServer.NonExclusiveRateOfChangeAlarmModel, UnifiedAutomation.UaServer.NonExclusiveLevelAlarmModel, UnifiedAutomation.UaServer.NonExclusiveDeviationAlarmModel, UnifiedAutomation.UaServer.NonExclusiveLimitAlarmModel, UnifiedAutomation.UaServer.ExclusiveRateOfChangeAlarmModel, UnifiedAutomation.UaServer.ExclusiveLevelAlarmModel, UnifiedAutomation.UaServer.ExclusiveDeviationAlarmModel, UnifiedAutomation.UaServer.ExclusiveLimitAlarmModel, UnifiedAutomation.UaServer.LimitAlarmModel, UnifiedAutomation.UaServer.TripAlarmModel, UnifiedAutomation.UaServer.SystemOffNormalAlarmModel, UnifiedAutomation.UaServer.OffNormalAlarmModel, UnifiedAutomation.UaServer.DiscreteAlarmModel, UnifiedAutomation.UaServer.AlarmConditionModel, UnifiedAutomation.UaServer.AcknowledgeableConditionModel, UnifiedAutomation.UaServer.ConditionModel, UnifiedAutomation.UaServer.SemanticChangeEventModel, UnifiedAutomation.UaServer.GeneralModelChangeEventModel, UnifiedAutomation.UaServer.BaseModelChangeEventModel, UnifiedAutomation.UaServer.ProgramTransitionAuditEventModel, UnifiedAutomation.UaServer.AuditProgramTransitionEventModel, UnifiedAutomation.UaServer.AuditUpdateStateEventModel, UnifiedAutomation.UaServer.AuditConditionShelvingEventModel, UnifiedAutomation.UaServer.AuditConditionRespondEventModel, UnifiedAutomation.UaServer.AuditConditionEnableEventModel, UnifiedAutomation.UaServer.AuditConditionConfirmEventModel, UnifiedAutomation.UaServer.AuditConditionCommentEventModel, UnifiedAutomation.UaServer.AuditConditionAcknowledgeEventModel, UnifiedAutomation.UaServer.AuditConditionEventModel, UnifiedAutomation.UaServer.AuditUpdateMethodEventModel, UnifiedAutomation.UaServer.AuditWriteUpdateEventModel, UnifiedAutomation.UaServer.AuditHistoryValueUpdateEventModel, UnifiedAutomation.UaServer.AuditHistoryEventUpdateEventModel, UnifiedAutomation.UaServer.AuditHistoryRawModifyDeleteEventModel, UnifiedAutomation.UaServer.AuditHistoryEventDeleteEventModel, UnifiedAutomation.UaServer.AuditHistoryAtTimeDeleteEventModel, UnifiedAutomation.UaServer.AuditHistoryDeleteEventModel, UnifiedAutomation.UaServer.AuditHistoryUpdateEventModel, UnifiedAutomation.UaServer.AuditUpdateEventModel, UnifiedAutomation.UaServer.AuditUrlMismatchEventModel, UnifiedAutomation.UaServer.AuditCreateSessionEventModel, UnifiedAutomation.UaServer.AuditCancelEventModel, UnifiedAutomation.UaServer.AuditActivateSessionEventModel, UnifiedAutomation.UaServer.AuditSessionEventModel, UnifiedAutomation.UaServer.AuditOpenSecureChannelEventModel, UnifiedAutomation.UaServer.AuditChannelEventModel, UnifiedAutomation.UaServer.AuditCertificateUntrustedEventModel, UnifiedAutomation.UaServer.AuditCertificateRevokedEventModel, UnifiedAutomation.UaServer.AuditCertificateMismatchEventModel, UnifiedAutomation.UaServer.AuditCertificateInvalidEventModel, UnifiedAutomation.UaServer.AuditCertificateExpiredEventModel, UnifiedAutomation.UaServer.AuditCertificateDataMismatchEventModel, UnifiedAutomation.UaServer.AuditCertificateEventModel, UnifiedAutomation.UaServer.AuditSecurityEventModel, UnifiedAutomation.UaServer.AuditDeleteReferencesEventModel, UnifiedAutomation.UaServer.AuditDeleteNodesEventModel, UnifiedAutomation.UaServer.AuditAddReferencesEventModel, UnifiedAutomation.UaServer.AuditAddNodesEventModel, UnifiedAutomation.UaServer.AuditNodeManagementEventModel, and UnifiedAutomation.UaServer.AuditEventModel.

Property Documentation

byte [] UnifiedAutomation.UaServer.BaseEventModel.EventId
getset

Gets or sets the event id.

The event id.

NodeId UnifiedAutomation.UaServer.BaseEventModel.EventType
getset

Gets or sets the type of the event.

The type of the event.

TimeZoneDataType UnifiedAutomation.UaServer.BaseEventModel.LocalTime
getset

Gets or sets the local time.

The local time.

LocalizedText UnifiedAutomation.UaServer.BaseEventModel.Message
getset

Gets or sets the message.

The message.

NodeId UnifiedAutomation.UaServer.BaseEventModel.NodeId
getset

Gets or sets the event id.

The event id.

DateTime UnifiedAutomation.UaServer.BaseEventModel.ReceiveTime
getset

Gets or sets the receive time.

The receive time.

ushort UnifiedAutomation.UaServer.BaseEventModel.Severity
getset

Gets or sets the severity.

The severity.

string UnifiedAutomation.UaServer.BaseEventModel.SourceName
getset

Gets or sets the name of the source.

The name of the source.

NodeId UnifiedAutomation.UaServer.BaseEventModel.SourceNode
getset

Gets or sets the source node.

The source node.

DateTime UnifiedAutomation.UaServer.BaseEventModel.Time
getset

Gets or sets the time.

The time.


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