Click or drag to resize

ObjectGraphUtils.DetermineActionQueues Method

Overload List
  NameDescription
Public methodDetermineActionQueues<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.
Public methodDetermineActionQueues<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.
Public methodDetermineActionQueues<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.
Public methodDetermineActionQueues<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.
Public methodDetermineActionQueues<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.
Public methodDetermineActionQueues<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.
Top
See Also