ctrlX Data Layer API for .NET 5  2.1.0
IProviderNodeHandler Interface Reference

The provider node handler interface. More...

Public Member Functions

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

Detailed Description

The provider node handler 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: