M-Files Vault Application Framework
C#
Show/Hide TOC
IDeep
Cloneable Interface
Defines an interface for objects that can been deep cloned.
Definition
Namespace:
MFiles.VAF.MultiserverMode
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
Copy
public
interface
IDeepCloneable
Methods
DeepClone
Creates a deep clone copy of the object.
See Also
Reference
MFiles.VAF.MultiserverMode Namespace
In This Article
Definition
Methods
See Also