C# Class Opc.Ua.Server.BaseTypeSource

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

Méthodes publiques

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

Méthodes protégées

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

Method Details

BaseTypeSource() protected méthode

Adds the source to the type table.
protected BaseTypeSource ( IServerInternal server ) : System
server IServerInternal
Résultat System

Create() public méthode

Creates the object type.
public Create ( object configuration ) : void
configuration object
Résultat void

FindSource() public static méthode

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

Initialize() protected méthode

Sets the NodeId, BrowseName and BaseType
protected Initialize ( NodeId nodeId, QualifiedName browseName, NodeId baseTypeId ) : NodeId
nodeId NodeId
browseName QualifiedName
baseTypeId NodeId
Résultat NodeId

Initialize() public méthode

public Initialize ( NodeSource source ) : void
source NodeSource
Résultat void

OnBeforeCreate() protected méthode

Initializes the type before creating it.
protected OnBeforeCreate ( object configuration ) : object
configuration object
Résultat object