![]() |
CSLA .NET 10.0.0
A home for your business logic
|
Use this type to configure the settings for serialization. More...
Public Member Functions | |
| SerializationOptions | UseSerializationFormatter<[DynamicallyAccessedMembers(DynamicallyAccessedMemberTypes.PublicConstructors)] T > () |
| Sets the serialization formatter type used by CSLA .NET for all explicit object serialization (such as cloning, n-level undo, etc). Default is MobileFormatter. | |
Properties | |
| CslaOptions | CslaOptions = cslaOptions ?? throw new ArgumentNullException(nameof(cslaOptions)) [get] |
| Gets the CSLA .NET configuration options. | |
| IServiceCollection | Services [get] |
| Gets the current services collection. | |
Use this type to configure the settings for serialization.
| cslaOptions | The CSLA options. |
| ArgumentNullException | cslaOptions is null. |
|
inline |
Sets the serialization formatter type used by CSLA .NET for all explicit object serialization (such as cloning, n-level undo, etc). Default is MobileFormatter.
| T | : | ISerializationFormatter |
|
getprotected |
Gets the CSLA .NET configuration options.
|
get |
Gets the current services collection.