- Assembly
- UnitTest
.dll - Namespace
- Terrasoft
.Configuration .Tests - Base Types
-
- Enum
graph BT
Type-->Base0["Enum"]
Type["EntityManagerMode"]
class Type type-node
Syntax
public sealed class EntityManagerMode : Enum
Fields
Name | Constant Value | Summary |
---|---|---|
All | 3 |
static
|
InitFromDb | 1 |
static
|
None | 0 |
static
|
Reinit |
2 |
static
|
value__ |
Extension Methods
Name | Value | Summary |
---|---|---|
SetBackingValue |
T |
Sets the backing value.
From ValueExtensions
|
With |
TBuilder |
Adds the specified dictionary to the provided dictionary.
|