Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

ModelStoreBase.GetAspects() Method

Returns the list of the Application Model aspects.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v20.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public virtual IEnumerable<string> GetAspects()

Returns

Type Description
IEnumerable<String>

An IEnumerable<String> list of the Application Model aspects.

See Also