Click or drag to resize
weroSoft AG, Software
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
Syntax
C#
public enum EntityIdBehavior
Members
  Member nameValueDescription
None0 There is no identity id generated.
TakeDirect1 Takes the identifier from the first parameter.
TakeIdFromRequestDataManaged2 Takes the identifier from the data object using the managed interface.
TakeIdFromRequestDataByExpression3 Takes the identifier from the data object using the defined expression.
CreateNew4 Creates a new identifier.
CreateCollection5 Creates a collection by the given property of the call.
CreateEmpty6 Creates an empty GUID.
See Also