 |
EntityIdBehavior Enumeration |
The documentation is integral part of the weroSoft product documentation. This part is intended to be used by developers only.
Defines how the entity id of the request shall be interpreted.
Namespace:
WeroSoft.Communication.Configuration
Assembly:
WeroSoft.Communication.Library (in WeroSoft.Communication.Library.dll) Version: 3.0 Pre-Release
Syntaxpublic enum EntityIdBehavior
Members
| Member name | Value | Description |
---|
| None | 0 |
There is no identity id generated.
|
| TakeDirect | 1 |
Takes the identifier from the first parameter.
|
| TakeIdFromRequestDataManaged | 2 |
Takes the identifier from the data object using the managed interface.
|
| TakeIdFromRequestDataByExpression | 3 |
Takes the identifier from the data object using the defined expression.
|
| CreateNew | 4 |
Creates a new identifier.
|
| CreateCollection | 5 |
Creates a collection by the given property of the call.
|
| CreateEmpty | 6 |
Creates an empty GUID.
|
See Also