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

Data portal options. More...

Public Member Functions

 DataPortalOptions (CslaOptions cslaOptions)
 Creates an instance of the type.

Properties

string VersionRoutingTag [get, set]
 Gets or sets a value representing the application version for use in server-side data portal routing.

Detailed Description

Data portal options.

Constructor & Destructor Documentation

◆ DataPortalOptions()

Csla.Configuration.DataPortalOptions.DataPortalOptions ( CslaOptions cslaOptions)
inline

Creates an instance of the type.

Parameters
cslaOptionsCslaOptions object
Exceptions
ArgumentNullExceptioncslaOptions is null.

Property Documentation

◆ VersionRoutingTag

string Csla.Configuration.DataPortalOptions.VersionRoutingTag
getset

Gets or sets a value representing the application version for use in server-side data portal routing.

Application version used to create data portal routing tag (can not contain '-' or '/'). If this value is set then you must use the .NET Core server-side data portal endpoint as a router so the request can be routed to another app server that is running the correct version of the application's assemblies.


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