Click or drag to resize

ObjectTransactionExtensions Class

Extension methods for ObjectTransaction
Inheritance Hierarchy
SystemObject
  Aloe.SystemFrameworks.DomainObjectTransactionExtensions

Namespace:  Aloe.SystemFrameworks.Domain
Assembly:  Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntax
public static class ObjectTransactionExtensions

The ObjectTransactionExtensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberFillMissingDefaults
Executes the late-default expression for each attribute, if the current value is null or equal to a constant default, for all modified entity objects in the transaction.
Top
See Also