Skip to main content
All docs
V25.2
  • 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.2.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