C# 클래스 Opc.Ua.Server.GenericEvent

상속: BaseEvent
파일 보기 프로젝트 열기: OPCFoundation/UA-.NETStandardLibrary 1 사용 예제들

공개 메소드들

메소드 설명
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.

보호된 메소드들

메소드 설명
GenericEvent ( IServerInternal server, NodeSource parent ) : System

Initializes the object with default values.

메소드 상세

Clone() 공개 메소드

public Clone ( NodeSource parent ) : NodeSource
parent NodeSource
리턴 NodeSource

Construct() 공개 정적인 메소드

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

GenericEvent() 보호된 메소드

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

GetAttributeValue() 공개 메소드

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

SetProperty() 공개 메소드

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