Click or drag to resize

EntityObjectGetRelatedObjectsForValidation Method

Gets the related objects which would need validation upon validation of this object.

Namespace:  Aloe.SystemFrameworks.Domain
Assembly:  Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntax
public virtual IEnumerable<EntityObject> GetRelatedObjectsForValidation()

Return Value

Type: IEnumerableEntityObject
The related objects.
See Also