IModelClassCloneable Interface
Used to extend the Application Model‘s Class node with properties specific to the Clone Object Module functionality.
Namespace: DevExpress.ExpressApp.CloneObject
Assembly: DevExpress.ExpressApp.CloneObject.Xpo.v24.1.dll
NuGet Package: DevExpress.ExpressApp.CloneObject.Xpo
Declaration
Remarks
This interface is a part of the Application Model infrastructure. You do not need to implement this interface in most cases. The IModelClassCloneable is used by the CloneObjectModule, to extend the IModelClass interface.
See Also