![]() |
CSLA .NET 10.0.0
A home for your business logic
|
Server-side data portal options. More...
Properties | |
| IServiceCollection | Services [get] |
| Gets the service collection. | |
| bool | DataPortalReturnObjectOnException = false [get, set] |
| Gets or sets a value indicating whether the server-side business object should be returned to the client as part of the DataPortalException (default is false). | |
Server-side data portal options.
|
inline |
Initializes a new instance of the DataPortalServerOptions class.
| services | Service collection. |
| ArgumentNullException | services is null. |
|
inline |
Adds the type of an IInterceptDataPortal that will be executed by the server-side data portal.
| T | : | IInterceptDataPortal |
|
inline |
Adds the type of an IInterceptDataPortal that will be executed by the server-side data portal.
| index | Index at which new item should be added. |
| T | : | IInterceptDataPortal |
|
inline |
Sets the type of the Activator.
| T |
| T | : | IDataPortalActivator |
|
inline |
Sets the type of the IDataPortalAuthorizer to be used by the data portal.
| T |
| T | : | IAuthorizeDataPortal |
|
inline |
Sets the type of the IDashboard to be used by the data portal.
| T |
| T | : | Server.Dashboard.IDashboard |
|
inline |
Sets the type of the ExceptionInspector.
| T |
| T | : | IDataPortalExceptionInspector |
|
inline |
Gets or sets the type name of the factor loader used to create server-side instances of business object factories when using the FactoryDataPortal model. Type must implement IObjectFactoryLoader.
| T |
| T | : | IObjectFactoryLoader |
|
inline |
Removes a type of an IInterceptDataPortal.
| index | Index from which item will be removed. |
|
getset |
Gets or sets a value indicating whether the server-side business object should be returned to the client as part of the DataPortalException (default is false).
|
get |
Gets the service collection.