Back to Devexpress

IModelSchemaModule Interface

expressappframework-devexpress-dot-expressapp-dot-model-a5d741ce.md

latest1.6 KB
Original Source

IModelSchemaModule Interface

The SchemaModule node is intended for internal use.

Namespace : DevExpress.ExpressApp.Model

Assembly : DevExpress.ExpressApp.v25.2.dll

NuGet Package : DevExpress.ExpressApp

Declaration

csharp
[KeyProperty("Name")]
public interface IModelSchemaModule :
    IModelNode
vb
<KeyProperty("Name")>
Public Interface IModelSchemaModule
    Inherits IModelNode

Remarks

This interface is a part of the Application Model infrastructure. You do not need to implement this interface in most cases.

See Also

IModelSchemaModule Members

Application Model (UI Settings Storage)

How the XAF Application Model Works

How to: Convert Application Model Differences Between Versions Due to Structural Node Changes

DevExpress.ExpressApp.Model Namespace