.NET Based OPC UA Client/Server SDK  2.6.1.422
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 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 parent node id. More...
 
NodeId ReferenceTypeId [get, set]
 Gets or sets the reference type id. More...
 
NodeId RequestedNodeId [get, set]
 Gets or sets the requested node id. More...
 
QualifiedName BrowseName [get, set]
 Gets or sets the name of the browse. More...
 
LocalizedText DisplayName [get, set]
 Gets or sets the display name. More...
 
LocalizedText Description [get, set]
 Gets or sets the description. More...
 
object NodeData [get, set]
 Gets or sets the node data. 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 ( )
inline

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: