![]() |
CSLA .NET 10.0.0
A home for your business logic
|
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. | |
Client-side data portal options.
|
inline |
Creates an instance of the type.
| ArgumentNullException | dataPortalOptions is null. |
|
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.
|
getset |
Gets or sets the type that implements IDataPortalCache for client-side caching.
|
get |
Gets a reference to the current services collection.