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

SecurityStrategy.GetBusinessClasses() Method

Returns a list of persistent types that are used within the current security strategy.

Namespace: DevExpress.ExpressApp.Security

Assembly: DevExpress.ExpressApp.Security.v19.2.dll

Declaration

public override IList<Type> GetBusinessClasses()

Returns

Type Description
IList<Type>

An IList<Type> object that is the list of persistent types that are used within the current security strategy.

See Also