WebApiOptions.BusinessObjects Property
Contains business objects for which the Web API Service generates HTTP endpoints.
Namespace: DevExpress.ExpressApp.WebApi.Services
Assembly: DevExpress.ExpressApp.WebApi.v25.1.dll
NuGet Package: DevExpress.ExpressApp.WebApi
Declaration
Property Value
| Type | Description |
|---|---|
| Collection<Type> | Business objects for which the Web API Service generates HTTP endpoints. |
See Also