C# Class Opc.Ua.Server.GenericEvent

Inheritance: BaseEvent
Afficher le fichier Open project: OPCFoundation/UA-.NETStandardLibrary Class Usage Examples

Méthodes publiques

Méthode 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.

Méthodes protégées

Méthode Description
GenericEvent ( IServerInternal server, NodeSource parent ) : System

Initializes the object with default values.

Method Details

Clone() public méthode

public Clone ( NodeSource parent ) : NodeSource
parent NodeSource
Résultat NodeSource

Construct() public static méthode

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

GenericEvent() protected méthode

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

GetAttributeValue() public méthode

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

SetProperty() public méthode

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