StateTransitionMethodInfo Class

StateTransitionMethodInfo represents a handler method that the VBScript delegates to. It can evaluate the automatic state transition triggers.

Definition

Namespace: MFiles.VAF
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
public class StateTransitionMethodInfo : IStateTransitionMethodInfo, 
	IMethodInfoBase
Inheritance
Object    StateTransitionMethodInfo
Implements
IMethodInfoBase, IStateTransitionMethodInfo

Constructors

Properties

LogString Returns a string for logging that contains the method name and declaring type.
Priority The event handler method call priority. Calls with higher priority should be executed before calls with lower priority.

Methods

EvaluateAutomaticStateTransitionTrigger Evaluates whether an automatic state transition should be triggered.

Fields

attribute The attribute instance that was attached to the method declaration.
automaticStateTransitionConditionsMethod The automatic state transition conditions evaluation method. This is used when the method type is StateAttribute.AttributeType.AutomaticStateTransitionTrigger.

See Also