Click or drag to resize

EntityObjectExtensions Methods

The EntityObjectExtensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberDuplicateT(T, IEnumerableEntityObject)
Duplicates the specified object.
Public methodStatic memberDuplicateT(T, EntityObject, IEnumerableEntityObject, FuncEntityObject, EntityObject, IDataAttribute, Boolean, IDictionaryEntityObject, EntityObject)
Duplicates the specified object.
Public methodStatic memberFillAggregateMissingDefaults
Recalculates the default values for all objects in the aggregate.
Public methodStatic memberFillMissingDefaults
Executes the late default expression defined in each attribute (if any) if the current value is null or equal to a constant default.
Public methodStatic memberIfNullThenT(T, FuncT)
Provides alternative to the ?? null-coalescing for domain objects. If the checked object is null or ghost, returns the result of defaultValueFunc.
Public methodStatic memberIfNullThenT(T, T)
Provides alternative to the ?? null-coalescing for domain objects. If the checked object is null or ghost, returns the defaultValue.
Public methodStatic memberIsNullOrEqualToT
Compares the two object references. Returns true if the checked object is null or is equal to expectedObject.
Public methodStatic memberRecalculateMasterAttributes
Recalculates the values of a master attributes in a master-detail relationship.
Public methodStatic memberRecalculateMissingValues
Recalculates the missing values using the first reactive expression of the attributes.
Top
See Also