CSLA .NET 10.0.0
A home for your business logic
Loading...
Searching...
No Matches
Csla.Configuration.DataPortalClientOptions Class Reference

Client-side data portal options. More...

Public Member Functions

 DataPortalClientOptions (DataPortalOptions dataPortalOptions)
 Creates an instance of the type.

Properties

IServiceCollection Services [get]
 Gets a reference to the current services collection.
bool AutoCloneOnUpdate = true [get, set]
 Gets or sets a value indicating whether objects should be automatically cloned by the data portal Update() method when using a local data portal configuration.
Type DataPortalCacheType = typeof(DataPortalNoCache) [get, set]
 Gets or sets the type that implements IDataPortalCache for client-side caching.

Detailed Description

Client-side data portal options.

Constructor & Destructor Documentation

◆ DataPortalClientOptions()

Csla.Configuration.DataPortalClientOptions.DataPortalClientOptions ( DataPortalOptions dataPortalOptions)
inline

Creates an instance of the type.

Exceptions
ArgumentNullExceptiondataPortalOptions is null.

Property Documentation

◆ AutoCloneOnUpdate

bool Csla.Configuration.DataPortalClientOptions.AutoCloneOnUpdate = true
getset

Gets or sets a value indicating whether objects should be automatically cloned by the data portal Update() method when using a local data portal configuration.

◆ DataPortalCacheType

Type Csla.Configuration.DataPortalClientOptions.DataPortalCacheType = typeof(DataPortalNoCache)
getset

Gets or sets the type that implements IDataPortalCache for client-side caching.

◆ Services

IServiceCollection Csla.Configuration.DataPortalClientOptions.Services
get

Gets a reference to the current services collection.


The documentation for this class was generated from the following file: