.NET Based OPC UA Client/Server SDK  2.6.0.418
UnifiedAutomation.UaServer.CreateDirectoryRequestEventArgs Class Reference

The arguments passed when the CreateDirectoryRequest event is raised. More...

Inherits EventArgs.

Public Member Functions

 CreateDirectoryRequestEventArgs (RequestContext context, FileDirectoryModel parent, string newName)
 Initializes a new instance of the CreateDirectoryRequestEventArgs class. More...
 

Properties

RequestContext Context [get]
 Gets the request context passed to the method call. More...
 
FileDirectoryModel Parent [get]
 Gets the parent directory. More...
 
string NewName [get]
 Gets the name of the directory to create. More...
 
StatusCode StatusCode [get, set]
 Gets or sets the status code. More...
 
NodeId NewNodeId [get, set]
 Gets or sets the new node identifier for the directory. More...
 

Detailed Description

The arguments passed when the CreateDirectoryRequest event is raised.

Constructor & Destructor Documentation

UnifiedAutomation.UaServer.CreateDirectoryRequestEventArgs.CreateDirectoryRequestEventArgs ( RequestContext  context,
FileDirectoryModel  parent,
string  newName 
)
inline

Initializes a new instance of the CreateDirectoryRequestEventArgs class.

Parameters
contextThe context.
parentThe parent.
newNameThe new name.

Property Documentation

RequestContext UnifiedAutomation.UaServer.CreateDirectoryRequestEventArgs.Context
get

Gets the request context passed to the method call.

string UnifiedAutomation.UaServer.CreateDirectoryRequestEventArgs.NewName
get

Gets the name of the directory to create.

NodeId UnifiedAutomation.UaServer.CreateDirectoryRequestEventArgs.NewNodeId
getset

Gets or sets the new node identifier for the directory.

FileDirectoryModel UnifiedAutomation.UaServer.CreateDirectoryRequestEventArgs.Parent
get

Gets the parent directory.

StatusCode UnifiedAutomation.UaServer.CreateDirectoryRequestEventArgs.StatusCode
getset

Gets or sets the status code.


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