Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
IContractOptionsPage.cs
1
using
System.Collections.Generic;
2
using
System.Threading.Tasks;
3
using
Waher.Persistence
;
4
5
namespace
NeuroAccessMaui.UI.Pages.Contracts
6
{
10
public
interface
IContractOptionsPage
11
{
16
Task
ShowContractOptions
(IDictionary<CaseInsensitiveString, object>[] Options);
17
}
18
}
NeuroAccessMaui.UI.Pages.Contracts.IContractOptionsPage
Interface for pages that can receive contract options from an asynchronous process.
Definition:
IContractOptionsPage.cs:11
NeuroAccessMaui.UI.Pages.Contracts.IContractOptionsPage.ShowContractOptions
Task ShowContractOptions(IDictionary< CaseInsensitiveString, object >[] Options)
Method called (from main thread) when contract options are made available.
NeuroAccessMaui.UI.Pages.Contracts
Definition:
IContractOptionsPage.cs:6
Waher.Persistence
Definition:
Bookmark.cs:4
NeuroAccessMaui
NeuroAccessMaui
UI
Pages
Contracts
IContractOptionsPage.cs
Generated by
1.9.5