ctrlX Data Layer .NET API  4.3.0
Loading...
Searching...
No Matches
IProviderNodeHandler Interface Reference

The IProviderNodeHandler interface. More...

Public Member Functions

void OnBrowse (string address, IProviderNodeResult result)
 Method to be called for a browse request.
 
void OnCreate (string address, IVariant args, IProviderNodeResult result)
 Method to be called for a create request.
 
void OnMetadata (string address, IProviderNodeResult result)
 Method to be called for a metadata request.
 
void OnRead (string address, IVariant args, IProviderNodeResult result)
 Method to be called for a read request.
 
void OnRemove (string address, IProviderNodeResult result)
 Method to be called for a remove request.
 
void OnWrite (string address, IVariant writeValue, IProviderNodeResult result)
 Method to be called for a write request.
 

Detailed Description

The IProviderNodeHandler interface.

Definition at line 6 of file IProviderNodeHandler.cs.

Member Function Documentation

◆ OnBrowse()

void OnBrowse ( string  address,
IProviderNodeResult  result 
)

Method to be called for a browse request.

Parameters
addressAddress of the node.
resultResult of the request.

◆ OnCreate()

void OnCreate ( string  address,
IVariant  args,
IProviderNodeResult  result 
)

Method to be called for a create request.

Parameters
addressAddress of the node.
argsOptional request arguments.
resultResult of the request.

◆ OnMetadata()

void OnMetadata ( string  address,
IProviderNodeResult  result 
)

Method to be called for a metadata request.

Parameters
addressAddress of the node.
resultResult of the request.

◆ OnRead()

void OnRead ( string  address,
IVariant  args,
IProviderNodeResult  result 
)

Method to be called for a read request.

Parameters
addressAddress of the node.
argsOptional request arguments.
resultResult of the request.

◆ OnRemove()

void OnRemove ( string  address,
IProviderNodeResult  result 
)

Method to be called for a remove request.

Parameters
addressAddress of the node.
resultResult of the request.

◆ OnWrite()

void OnWrite ( string  address,
IVariant  writeValue,
IProviderNodeResult  result 
)

Method to be called for a write request.

Parameters
addressAddress of the node.
writeValueValue to write.
resultResult of the request.

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