Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
ObservableTaskCommandAttribute.cs
1
using
System
;
2
3
namespace
NeuroAccessMaui.UI.MVVM
4
{
5
[AttributeUsage(AttributeTargets.Method, Inherited =
false
, AllowMultiple =
false
)]
6
public
sealed
class
ObservableTaskCommandAttribute(
7
ObservableTaskCommandOptions options = ObservableTaskCommandOptions.None)
8
: Attribute
9
{
13
public
ObservableTaskCommandOptions Options {
get
; } = options;
14
}
15
}
NeuroAccessMaui.UI.MVVM
Definition:
ObservableTaskBuilder.cs:11
System
Definition:
Adapters.g.cs:58
NeuroAccessMaui
NeuroAccessMaui
UI
MVVM
ObservableTaskCommandAttribute.cs
Generated by
1.9.5