ctrlX Data Layer .NET API
4.3.0
Loading...
Searching...
No Matches
IProviderNodeResult.cs
1
2
namespace
Datalayer
3
{
7
public
interface
IProviderNodeResult
8
{
13
void
SetResult
(
DLR_RESULT
result);
14
20
void
SetResult
(
DLR_RESULT
result,
IVariant
value);
21
}
22
}
Datalayer.IProviderNodeResult
The IProviderNodeResult interface.
Definition:
IProviderNodeResult.cs:8
Datalayer.IProviderNodeResult.SetResult
void SetResult(DLR_RESULT result, IVariant value)
Sets the result
Datalayer.IProviderNodeResult.SetResult
void SetResult(DLR_RESULT result)
Sets the result.
Datalayer.IVariant
The IVariant interface.
Definition:
IVariant.cs:10
Datalayer
Definition:
DatalayerSystem.cs:6
Datalayer.DLR_RESULT
DLR_RESULT
The result.
Definition:
Enums.cs:153
datalayer
IProviderNodeResult.cs
Generated by
1.9.6