.NET Based OPC UA Client/Server SDK  3.0.10.493
UnifiedAutomation.UaServer.CreateFileRequestEventArgs Class Reference

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

Inherits EventArgs.

Public Member Functions

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

Properties

RequestContext Context [get]
 Gets the request context passed to the open method call. More...
 
FileDirectoryModel Parent [get]
 Gets the parent directory. More...
 
string NewName [get]
 Gets the name of the file to create. More...
 
bool OpenFile [get]
 Gets a flag indicating if the file should be opened after it is created. 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 file. More...
 
uint FileHandle [get, set]
 Gets or sets the new handle for the file. More...
 

Detailed Description

The arguments passed when the CreateFileRequest event is raised.

Constructor & Destructor Documentation

UnifiedAutomation.UaServer.CreateFileRequestEventArgs.CreateFileRequestEventArgs ( RequestContext  context,
FileDirectoryModel  parent,
string  newName,
bool  openFile 
)
inline

Initializes a new instance of the CreateFileRequestEventArgs class.

Parameters
contextThe context.
parentThe parent.
newNameThe new name.
openFileif set to true then return a handle to the new file.

Property Documentation

RequestContext UnifiedAutomation.UaServer.CreateFileRequestEventArgs.Context
get

Gets the request context passed to the open method call.

uint UnifiedAutomation.UaServer.CreateFileRequestEventArgs.FileHandle
getset

Gets or sets the new handle for the file.

string UnifiedAutomation.UaServer.CreateFileRequestEventArgs.NewName
get

Gets the name of the file to create.

NodeId UnifiedAutomation.UaServer.CreateFileRequestEventArgs.NewNodeId
getset

Gets or sets the new node identifier for the file.

bool UnifiedAutomation.UaServer.CreateFileRequestEventArgs.OpenFile
get

Gets a flag indicating if the file should be opened after it is created.

FileDirectoryModel UnifiedAutomation.UaServer.CreateFileRequestEventArgs.Parent
get

Gets the parent directory.

StatusCode UnifiedAutomation.UaServer.CreateFileRequestEventArgs.StatusCode
getset

Gets or sets the status code.


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