[Missing <summary> documentation for "N:TimeCockpit.Data.DataModel.Actions"]
Klassen
| Klasse | Beschreibung | |
|---|---|---|
| AnonymousParameter |
Represents a parameter that is NOT based on an existing ModelEntity which can be handed to a ModelAction | |
| AssemblyBinding |
Represents a binding that establishes a relationship from a ModelAction
to executable code that is directly stored with the binding.
| |
| ExecutionContext |
Represents the main context a ModelAction operates on during its execution.
| |
| IronPythonBinding |
Represents a [!:Binding] that establishes a relationship from a ModelAction
to executable code that is directly stored with the binding. The binding references
some executable python code.
| |
| IronPythonCondition |
Encapsulates information about a condition which determines if the code of a ModelAction's [!:Binding] is executable.
An instance of IronPythonCondition executes IronPython code to determine if a ModelAction is NotValid,
Disabled or Executable.
| |
| IronPythonLibraryBinding |
Represents a binding that establishes a relationship from a ModelAction
to executable code that is directly stored with the binding. The binding references
function definitions that are NOT executable on their own, but need to be called from elsewhere.
| |
| ModelAction |
Encapsulates information about a piece of executable code that is exposed by some kind of Binding.
| |
| ModelActionBinding |
Represents a binding that a ModelAction
can use to retrieve exectuable code, e.g. IronPython or C#
| |
| ModelActionContext |
Represents the main context a ModelAction operates on.
| |
| ModelActionParameterDefinition |
Provides a parameter definition for a ModelAction. A ModelActionParameterDefinition defines
how a parameter for a ModelAction looks like. Parameters of a ModelAction are represented
with EntityObjects. That is, a ModelActionParameterDefinition has a property ModelEntity
which represents the "blueprint" of the parameter EntityObject.
| |
| ModelEntityTypeCondition |
Encapsulates information about a condition which determines if the code of a ModelAction's [!:Binding] is executable.
| |
| ModelEntityTypeConditionExtension |
Implements a markup extension that supports references to model entities in XAML.
| |
| PredefinedAnonymousParameter |
Represents a predefined anonymous model entity (a model entity that is not persisted) for a ModelAction | |
| SourceCodeBinding |
Represents a binding that establishes a relationship from a ModelAction
to executable code that is directly stored with the binding.
| |
| TypedParameter |
Represents a parameter that has a ModelEntity that is attached to a Model.
|
Aufzählungen
| Aufzählung | Beschreibung | |
|---|---|---|
| Status |
Determines the status of a ModelAction |