VaultApplicationBaseCreateStateTransitionMethodInfo Method |
Overridable factory method to create the state transition method info.
Namespace:
MFiles.VAF
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxprotected virtual IStateTransitionMethodInfo CreateStateTransitionMethodInfo(
MethodInfo methodInfo,
Object instance,
StateTransitionAttribute attribute
)
Protected Overridable Function CreateStateTransitionMethodInfo (
methodInfo As MethodInfo,
instance As Object,
attribute As StateTransitionAttribute
) As IStateTransitionMethodInfo
protected:
virtual IStateTransitionMethodInfo^ CreateStateTransitionMethodInfo(
MethodInfo^ methodInfo,
Object^ instance,
StateTransitionAttribute^ attribute
)
Parameters
- methodInfo
- Type: System.ReflectionMethodInfo
- instance
- Type: SystemObject
- attribute
- Type: MFiles.VAF.CommonStateTransitionAttribute
Return Value
Type:
IStateTransitionMethodInfoThe created method info object.
See Also