C# Class Opc.Ua.Server.GenericEvent

Inheritance: BaseEvent
Exibir arquivo Open project: OPCFoundation/UA-.NETStandardLibrary Class Usage Examples

Public Methods

Method Description
Clone ( NodeSource parent ) : NodeSource
Construct ( IServerInternal server, NodeId typeDefinitionId ) : GenericEvent

Creates a new instance of the node without any parent.

GetAttributeValue ( FilterContext context, NodeId typeDefinitionId, IList relativePath, uint attributeId, NumericRange indexRange ) : object
SetProperty ( QualifiedName browseName, object value ) : void

Sets the value of a property for an event.

Protected Methods

Method Description
GenericEvent ( IServerInternal server, NodeSource parent ) : System

Initializes the object with default values.

Method Details

Clone() public method

public Clone ( NodeSource parent ) : NodeSource
parent NodeSource
return NodeSource

Construct() public static method

Creates a new instance of the node without any parent.
public static Construct ( IServerInternal server, NodeId typeDefinitionId ) : GenericEvent
server IServerInternal
typeDefinitionId NodeId
return GenericEvent

GenericEvent() protected method

Initializes the object with default values.
protected GenericEvent ( IServerInternal server, NodeSource parent ) : System
server IServerInternal
parent NodeSource
return System

GetAttributeValue() public method

public GetAttributeValue ( FilterContext context, NodeId typeDefinitionId, IList relativePath, uint attributeId, NumericRange indexRange ) : object
context FilterContext
typeDefinitionId NodeId
relativePath IList
attributeId uint
indexRange NumericRange
return object

SetProperty() public method

Sets the value of a property for an event.
public SetProperty ( QualifiedName browseName, object value ) : void
browseName QualifiedName
value object
return void