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

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

공개 메소드들

메소드 설명
Create ( object configuration ) : void

Creates the object type.

FindSource ( IServerInternal server ) : BaseTypeSource

Finds the source for the type definition (creates it if it does not exist).

Initialize ( NodeSource source ) : void

보호된 메소드들

메소드 설명
BaseTypeSource ( IServerInternal server ) : System

Adds the source to the type table.

Initialize ( NodeId nodeId, QualifiedName browseName, NodeId baseTypeId ) : NodeId

Sets the NodeId, BrowseName and BaseType

OnBeforeCreate ( object configuration ) : object

Initializes the type before creating it.

메소드 상세

BaseTypeSource() 보호된 메소드

Adds the source to the type table.
protected BaseTypeSource ( IServerInternal server ) : System
server IServerInternal
리턴 System

Create() 공개 메소드

Creates the object type.
public Create ( object configuration ) : void
configuration object
리턴 void

FindSource() 공개 정적인 메소드

Finds the source for the type definition (creates it if it does not exist).
public static FindSource ( IServerInternal server ) : BaseTypeSource
server IServerInternal
리턴 BaseTypeSource

Initialize() 보호된 메소드

Sets the NodeId, BrowseName and BaseType
protected Initialize ( NodeId nodeId, QualifiedName browseName, NodeId baseTypeId ) : NodeId
nodeId NodeId
browseName QualifiedName
baseTypeId NodeId
리턴 NodeId

Initialize() 공개 메소드

public Initialize ( NodeSource source ) : void
source NodeSource
리턴 void

OnBeforeCreate() 보호된 메소드

Initializes the type before creating it.
protected OnBeforeCreate ( object configuration ) : object
configuration object
리턴 object