.NET Based OPC UA Client/Server SDK  3.1.3.516
UnifiedAutomation.UaServer.CreateMethodSettings Class Reference

The settings used to create a new in-memory method node. More...

Inherits UnifiedAutomation.UaServer.CreateInstanceSettings.

Public Member Functions

 CreateMethodSettings ()
 Initializes a new instance of the CreateMethodSettings class. More...
 

Properties

IList< ArgumentInputArguments [get, set]
 Gets or sets the input arguments. More...
 
IList< ArgumentOutputArguments [get, set]
 Gets or sets the onput arguments. More...
 
bool Executable [get, set]
 Gets or sets a value indicating whether this CreateMethodSettings is executable. More...
 
- Properties inherited from UnifiedAutomation.UaServer.CreateInstanceSettings
NodeId TypeDefinitionId [get, set]
 Gets or sets the type definition id. More...
 
NodeId ModellingRuleId [get, set]
 Gets or sets the modelling rule id. More...
 
IList< string > OptionalBrowsePaths [get, set]
 Gets or sets the string representations for the optional browse paths. More...
 
bool ParentAsOwner [get, set]
 Indicates if the parent specifified by ParentNodeId takes the ownership of the new instance. If set to 'true', the instance will be deleted if the parent is deleted. More...
 
- Properties inherited from UnifiedAutomation.UaServer.CreateNodeSettings
NodeId ParentNodeId [get, set]
 Gets or sets the NodeId of the node that hierarchically references the new node. More...
 
NodeId ReferenceTypeId [get, set]
 Gets or sets the RefereneTypeId for the hierarchical reference from the parent node to the new node. More...
 
NodeId RequestedNodeId [get, set]
 Gets or sets the requested NodeId for the new node. More...
 
QualifiedName BrowseName [get, set]
 Gets or sets the BrowseName of the new node. More...
 
LocalizedText DisplayName [get, set]
 Gets or sets the DisplayName of the new node. More...
 
LocalizedText Description [get, set]
 Gets or sets the Description of the new node. More...
 
object NodeData [get, set]
 Gets or sets the UserData of the new node. More...
 

Additional Inherited Members

- Protected Member Functions inherited from UnifiedAutomation.UaServer.CreateNodeSettings
 CreateNodeSettings ()
 Initializes a new instance of the CreateNodeSettings class. More...
 

Detailed Description

The settings used to create a new in-memory method node.

Constructor & Destructor Documentation

UnifiedAutomation.UaServer.CreateMethodSettings.CreateMethodSettings ( )

Initializes a new instance of the CreateMethodSettings class.

Property Documentation

bool UnifiedAutomation.UaServer.CreateMethodSettings.Executable
getset

Gets or sets a value indicating whether this CreateMethodSettings is executable.

true if executable; otherwise, false.

IList<Argument> UnifiedAutomation.UaServer.CreateMethodSettings.InputArguments
getset

Gets or sets the input arguments.

The input arguments.

IList<Argument> UnifiedAutomation.UaServer.CreateMethodSettings.OutputArguments
getset

Gets or sets the onput arguments.

The onput arguments.


The documentation for this class was generated from the following file: