ObjectGraphUtils.DetermineActionQueues Method |
Name | Description | |
---|---|---|
![]() | DetermineActionQueues<TEntity, TCollection>(TCollection, List<ActionQueueElement<TEntity>>, List<ActionQueueElement<TEntity>>) |
Determines the action queues for the entity collection passed in. The action queues contain the entities to process in the right order.
|
![]() | DetermineActionQueues<TEntity>(TEntity, List<ActionQueueElement<TEntity>>, List<ActionQueueElement<TEntity>>) |
Determines the action queues for the entity passed in. The action queues contain the entities to process in the right order.
|
![]() | DetermineActionQueues<TEntity, TCollection>(TCollection, List<ActionQueueElement<TEntity>>, List<ActionQueueElement<TEntity>>, Boolean) |
Determines the action queues for the entity collection passed in. The action queues contain the entities to process in the right order.
|
![]() | DetermineActionQueues<TEntity>(TEntity, IPredicate, List<ActionQueueElement<TEntity>>, List<ActionQueueElement<TEntity>>) |
Determines the action queues for the entity passed in. The action queues contain the entities to process in the right order.
|
![]() | DetermineActionQueues<TEntity>(TEntity, List<ActionQueueElement<TEntity>>, List<ActionQueueElement<TEntity>>, Boolean) |
Determines the action queues for the entity passed in. The action queues contain the entities to process in the right order.
|
![]() | DetermineActionQueues<TEntity>(TEntity, IPredicate, List<ActionQueueElement<TEntity>>, List<ActionQueueElement<TEntity>>, Boolean) |
Determines the action queues for the entity passed in. The action queues contain the entities to process in the right order.
|