VaultApplicationBaseCreateStateMethodInfo Method
Overridable factory method to create the state method info.
Namespace: MFiles.VAFAssembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
protected virtual IStateMethodInfo CreateStateMethodInfo(
MethodInfo methodInfo,
Object instance,
StateAttribute attribute
)
- methodInfo MethodInfo
-
- instance Object
-
- attribute StateAttribute
-
IStateMethodInfoThe created method info object.