Skip to main content
.NET 6.0+

SystemModule.ExtendModelInterfaces(ModelInterfaceExtenders) Method

Namespace: DevExpress.ExpressApp.SystemModule

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public override void ExtendModelInterfaces(
    ModelInterfaceExtenders extenders
)

Parameters

Name Type Description
extenders DevExpress.ExpressApp.Model.ModelInterfaceExtenders

A ModelInterfaceExtenders object representing a collection of Application Model interface extenders.

Remarks

This method adds the IModelClass and IModelClassDesignable interfaces to the collection of extenders passed as the extenders parameter.

See Also