Click or drag to resize

ControllerBaseActionWithEntityDataResultT Delegate

A piece of code returning a list of entity objects.

Namespace:  Omada.OE.AppLogic
Assembly:  Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public delegate List<T> ActionWithEntityDataResult<T>()
where T : IEntityObject

Type Parameters

T

Return Value

Type: ListT
See Also