Back to Devexpress

IModelClassCloneable Interface

expressappframework-devexpress-dot-expressapp-dot-cloneobject-bee7e6af.md

latest2.0 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.ExpressApp.CloneObject

Declaration

csharp
public interface IModelClassCloneable
vb
Public Interface IModelClassCloneable

Remarks

This IModelClassCloneable interface is a part of the Application Model infrastructure. It is used by the CloneObjectModule to extend the IModelClass interface.

Usually you do not need to implement this interface.

See Also

IModelClassCloneable Members

Application Model (UI Settings Storage)

How the XAF Application Model Works

Clone Object (Copy Data Records)

DevExpress.ExpressApp.CloneObject Namespace