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