UA Bundle SDK .NET  2.1.0.222
 All Classes Namespaces Functions Variables Enumerations Properties Events Groups Pages
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.
 

Properties

IList< ArgumentInputArguments [get, set]
 Gets or sets the input arguments.
 
IList< ArgumentOutputArguments [get, set]
 Gets or sets the onput arguments.
 
bool Executable [get, set]
 Gets or sets a value indicating whether this CreateMethodSettings is executable.
 
- Properties inherited from UnifiedAutomation.UaServer.CreateInstanceSettings
NodeId TypeDefinitionId [get, set]
 Gets or sets the type definition id.
 
NodeId ModellingRuleId [get, set]
 Gets or sets the modelling rule id.
 
IList< string > OptionalBrowsePaths [get, set]
 Gets or sets the optional browse paths.
 
- Properties inherited from UnifiedAutomation.UaServer.CreateNodeSettings
NodeId ParentNodeId [get, set]
 Gets or sets the parent node id.
 
NodeId ReferenceTypeId [get, set]
 Gets or sets the reference type id.
 
NodeId RequestedNodeId [get, set]
 Gets or sets the requested node id.
 
QualifiedName BrowseName [get, set]
 Gets or sets the name of the browse.
 
LocalizedText DisplayName [get, set]
 Gets or sets the display name.
 
LocalizedText Description [get, set]
 Gets or sets the description.
 
object NodeData [get, set]
 Gets or sets the node data.
 

Additional Inherited Members

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

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: