ObjectTransactionExtensions Class |
Inheritance HierarchySystemObject Aloe.SystemFrameworks.DomainObjectTransactionExtensions
Namespace:
Aloe.SystemFrameworks.Domain
Assembly:
Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntaxpublic static class ObjectTransactionExtensions
<ExtensionAttribute>
Public NotInheritable Class ObjectTransactionExtensions
[ExtensionAttribute]
public ref class ObjectTransactionExtensions abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
[<ExtensionAttribute>]
type ObjectTransactionExtensions = class end
The ObjectTransactionExtensions type exposes the following members.
Methods
| Name | Description |
---|
  | FillMissingDefaults |
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