M-Files Vault Application Framework
C#
Show/Hide TOC
IMethod
Info
Base Interface
IMethodInfoBase is a base interface for method info interface that can be ordered according to the priority.
Definition
Namespace:
MFiles.VAF
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
Copy
public
interface
IMethodInfoBase
Properties
LogString
Returns a string for logging that contains the method name and declaring type.
Priority
The method call priority. Calls with higher priority should be executed before calls with lower priority.
See Also
Reference
MFiles.VAF Namespace
In This Article
Definition
Properties
See Also