Property | Type | Description |
---|
Method | Description | |
---|---|---|
Create ( NodeId parentId, NodeId referenceTypeId, NodeId nodeId, QualifiedName browseName, uint numericId, object configuration ) : void |
Updates the object based from a configuration.
|
|
Initialize ( NodeId referenceTypeId, NodeId nodeId, QualifiedName browseName, uint numericId, NodeId typeDefinitionId ) : NodeId |
Sets the NodeId, BrowseName and TypeDefinition
|
|
Initialize ( |
||
ReadAttributeValue ( IOperationContext context, ExpandedNodeId typeDefinitionId, IList |
Reads the value for an attribute of a node.
|
|
SetMinimumSamplingInterval ( double samplingInterval ) : void |
Recursively sets the minimum sampling interval for all variables.
|
Method | Description | |
---|---|---|
BaseInstanceSource ( IServerInternal server, |
Adds the source to the type table.
|
|
DeleteReplacedChild ( |
Replaces a shared child in the address space.
|
|
InitializeOptionalChild ( ConstructInstanceDelegate constructInstanceDelegate, NodeId referenceTypeId, QualifiedName browseName, uint numericId, object configuration ) : |
Initializes an optinal child based on what is in the address space.
|
|
InitializeSharedChild ( |
Initializes an shared child based on what is in the address space.
|
|
OnBeforeCreate ( object configuration ) : object |
Initializes the instance before creating it.
|
|
ReferenceSharedChild ( |
Adds references to a shared child.
|
|
ReplaceSharedChild ( |
Replaces a shared child in the address space.
|
|
UnreferenceSharedChild ( |
Removes references to a shared child.
|
protected BaseInstanceSource ( IServerInternal server, |
||
server | IServerInternal | |
parent | ||
return | System |
public Create ( NodeId parentId, NodeId referenceTypeId, NodeId nodeId, QualifiedName browseName, uint numericId, object configuration ) : void | ||
parentId | NodeId | |
referenceTypeId | NodeId | |
nodeId | NodeId | |
browseName | QualifiedName | |
numericId | uint | |
configuration | object | |
return | void |
protected DeleteReplacedChild ( |
||
child | ||
return |
public Initialize ( NodeId referenceTypeId, NodeId nodeId, QualifiedName browseName, uint numericId, NodeId typeDefinitionId ) : NodeId | ||
referenceTypeId | NodeId | |
nodeId | NodeId | |
browseName | QualifiedName | |
numericId | uint | |
typeDefinitionId | NodeId | |
return | NodeId |
public Initialize ( |
||
source | ||
return | void |
protected InitializeOptionalChild ( ConstructInstanceDelegate constructInstanceDelegate, NodeId referenceTypeId, QualifiedName browseName, uint numericId, object configuration ) : |
||
constructInstanceDelegate | ConstructInstanceDelegate | |
referenceTypeId | NodeId | |
browseName | QualifiedName | |
numericId | uint | |
configuration | object | |
return |
protected InitializeSharedChild ( |
||
sharedChild | ||
constructInstanceDelegate | ConstructInstanceDelegate | |
referenceTypeId | NodeId | |
browseName | QualifiedName | |
numericId | uint | |
configuration | object | |
return |
protected OnBeforeCreate ( object configuration ) : object | ||
configuration | object | |
return | object |
public ReadAttributeValue ( IOperationContext context, ExpandedNodeId typeDefinitionId, IList |
||
context | IOperationContext | |
typeDefinitionId | ExpandedNodeId | |
relativePath | IList |
|
attributeId | uint | |
indexRange | NumericRange | |
return | DataValue |
protected ReferenceSharedChild ( |
||
child | ||
return |
protected ReplaceSharedChild ( |
||
child | ||
nodeId | NodeId | |
referenceTypeId | NodeId | |
browseName | QualifiedName | |
numericId | uint | |
typeDefinitionId | NodeId | |
configuration | object | |
return |
public SetMinimumSamplingInterval ( double samplingInterval ) : void | ||
samplingInterval | double | |
return | void |
protected UnreferenceSharedChild ( |
||
child | ||
return |