CSLA.NET 6.0.0
CSLA .NET is a software development framework that helps you build a reusable, maintainable object-oriented business layer for your app.
Csla.Configuration.CslaDataPortalConfigurationOptions Class Reference

Use this type to configure the settings for the CSLA .NET data portal using dot net core More...

Properties

string AuthenticationType [getset]
 Gets or sets the authentication type being used by the CSLA .NET framework. More...
 
bool AutoCloneOnUpdate [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. More...
 
bool ReturnObjectOnException [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). More...
 

Detailed Description

Use this type to configure the settings for the CSLA .NET data portal using dot net core

Definition at line 15 of file CslaDataPortalConfigurationOptions.cs.

Property Documentation

◆ AuthenticationType

string Csla.Configuration.CslaDataPortalConfigurationOptions.AuthenticationType
getset

Gets or sets the authentication type being used by the CSLA .NET framework.

Definition at line 21 of file CslaDataPortalConfigurationOptions.cs.

◆ AutoCloneOnUpdate

bool Csla.Configuration.CslaDataPortalConfigurationOptions.AutoCloneOnUpdate
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.

Definition at line 28 of file CslaDataPortalConfigurationOptions.cs.

◆ ReturnObjectOnException

bool Csla.Configuration.CslaDataPortalConfigurationOptions.ReturnObjectOnException
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).

Definition at line 36 of file CslaDataPortalConfigurationOptions.cs.