Click or drag to resize

InitMode Class

Initialization mode of domain objects
Inheritance Hierarchy

Namespace:  Aloe.SystemFrameworks.Domain
Assembly:  Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntax
public sealed class InitMode : Enum

The InitMode type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberAttachToRow
Domain object data is attached to an existing buffer row
Public fieldStatic memberById
Domain object is lazy initialized with Id
Public fieldStatic memberGhost
The domain object is ghost, e.g. coming from null reference. All attributes are null and all references return ghosts
Public fieldStatic memberNew
The domain object is created for new object
Public fieldvalue__
Top
See Also