EntityObjectExtensions Methods |
The EntityObjectExtensions type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | DuplicateT(T, IEnumerableEntityObject) |
Duplicates the specified object.
|
![]() ![]() | DuplicateT(T, EntityObject, IEnumerableEntityObject, FuncEntityObject, EntityObject, IDataAttribute, Boolean, IDictionaryEntityObject, EntityObject) |
Duplicates the specified object.
|
![]() ![]() | FillAggregateMissingDefaults |
Recalculates the default values for all objects in the aggregate.
|
![]() ![]() | FillMissingDefaults |
Executes the late default expression defined in each attribute (if any) if the current value is null or equal to a constant default.
|
![]() ![]() | IfNullThenT(T, FuncT) |
Provides alternative to the ?? null-coalescing for domain objects.
If the checked object is null or ghost, returns the result of defaultValueFunc.
|
![]() ![]() | IfNullThenT(T, T) |
Provides alternative to the ?? null-coalescing for domain objects.
If the checked object is null or ghost, returns the defaultValue.
|
![]() ![]() | IsNullOrEqualToT |
Compares the two object references.
Returns true if the checked object is null or is equal to expectedObject.
|
![]() ![]() | RecalculateMasterAttributes |
Recalculates the values of a master attributes in a master-detail relationship.
|
![]() ![]() | RecalculateMissingValues |
Recalculates the missing values using the first reactive expression of the attributes.
|