Skip to main content
All docs
V24.1
.NET 6.0+
  • The page you are viewing does not exist in the .NET Framework 4.5.2+ platform documentation. This link will take you to the parent topic of the current section.

WebApiOptions.BusinessObjects Property

Contains business objects for which the Web API Service generates HTTP endpoints.

Namespace: DevExpress.ExpressApp.WebApi.Services

Assembly: DevExpress.ExpressApp.WebApi.v24.1.dll

NuGet Package: DevExpress.ExpressApp.WebApi

Declaration

public Collection<Type> BusinessObjects { get; }

Property Value

Type Description
Collection<Type>

Business objects for which the Web API Service generates HTTP endpoints.

See Also