Click or drag to resize

InstanceActions Class

Instance actions.
Inheritance Hierarchy
SystemObject
  System.DynamicDynamicObject
    NotifyPropertyChangedBase
      SimpleCustomTypeDescriptor
        GlobalizedProperties
          Demo3D.CommonBindableBase
            Emulate3D.FMIInstanceActions

Namespace: Emulate3D.FMI
Assembly: Emulate3D.FMI (in Emulate3D.FMI.dll) Version: 19.00.00
Syntax
C#
[TypeConverterAttribute(typeof(ExpandableObjectConverter))]
public sealed class InstanceActions : BindableBase

The InstanceActions type exposes the following members.

Constructors
 NameDescription
Public methodInstanceActions Construct InstanceActions
Top
Properties
 NameDescription
Public propertyDiscardStatus The action to take when an API method returns a Discard status. The action is only taken when the API is called by the simulation, not as a result of scripting.
Public propertyErrorStatus The action to take when an API method returns an Error status. The action is only taken when the API is called by the simulation, not as a result of scripting.
Public propertyFatalStatus The action to take when an API method returns a Fatal status. The action is only taken when the API is called by the simulation, not as a result of scripting.
Public propertyOKStatus The action to take when an API method returns an OK status. The action is only taken when the API is called by the simulation, not as a result of scripting.
Public propertyStopTimeReached Defines what action to take when the simulation reaches a pre-defined stop-time.
Public propertyWarningStatus The action to take when an API method returns an Warning status. The action is only taken when the API is called by the simulation, not as a result of scripting.
Top
Methods
 NameDescription
Public methodRaisePropertiesChanged Raise an PropertyChanged event for each value.
(Inherited from BindableBase)
Public methodRaisePropertyChanged(PropertyChangedEventArgs) Raise an PropertyChanged event for the specified value.
(Inherited from BindableBase)
Public methodRaisePropertyChanged(String) Raise an PropertyChanged event for the specified value.
(Inherited from BindableBase)
Top
See Also