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.
CslaDataPortalConfigurationOptions.cs
Go to the documentation of this file.
1//-----------------------------------------------------------------------
2// <copyright file=" public class CslaDataPortalConfigurationOptions.cs" company="Marimer LLC">
3// Copyright (c) Marimer LLC. All rights reserved.
4// Website: https://cslanet.com
5// </copyright>
6// <summary>Use this type to configure the settings for CSLA .NET</summary>
7//-----------------------------------------------------------------------
8namespace Csla.Configuration
9{
10
16 {
22
29
37 }
38}
Provides consistent context information between the client and server DataPortal objects.
static bool AutoCloneOnUpdate
Gets a value indicating whether objects should be automatically cloned by the data portal Update() me...
static bool DataPortalReturnObjectOnException
Gets a value indicating whether the server-side business object should be returned to the client as p...
static string AuthenticationType
Gets the authentication type being used by the CSLA .NET framework.
Use this type to configure the settings for the CSLA .NET data portal using dot net core
string AuthenticationType
Gets or sets the authentication type being used by the CSLA .NET framework.
bool ReturnObjectOnException
Gets or sets a value indicating whether the server-side business object should be returned to the cli...
bool AutoCloneOnUpdate
Gets or sets a value indicating whether objects should be automatically cloned by the data portal Upd...