SecurityStrategyComplex.GetBusinessClasses() Method
Returns a list of persistent types that are used within the current security strategy.
Namespace: DevExpress.ExpressApp.Security
Assembly: DevExpress.ExpressApp.Security.v26.1.dll
Declaration
Returns
| Type | Description |
|---|---|
| IList<Type> | An IList<Type> object that is the list of persistent types that are used within the current security strategy. |
Implements
See Also