VaultApplicationBaseCreateStateMethodInfo Method

Overridable factory method to create the state method info.

Definition

Namespace: MFiles.VAF
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
protected virtual IStateMethodInfo CreateStateMethodInfo(
	MethodInfo methodInfo,
	Object instance,
	StateAttribute attribute
)

Parameters

methodInfo  MethodInfo
 
instance  Object
 
attribute  StateAttribute
 

Return Value

IStateMethodInfo
The created method info object.

See Also