Click or drag to resize

ObjectGraphUtilsDetermineActionQueues Method

Overload List
  NameDescription
Public methodDetermineActionQueuesTEntity, TCollection(TCollection, ListActionQueueElementTEntity, ListActionQueueElementTEntity)
Determines the action queues for the entity collection passed in. The action queues contain the entities to process in the right order.
Public methodDetermineActionQueuesTEntity(TEntity, ListActionQueueElementTEntity, ListActionQueueElementTEntity)
Determines the action queues for the entity passed in. The action queues contain the entities to process in the right order.
Public methodDetermineActionQueuesTEntity, TCollection(TCollection, ListActionQueueElementTEntity, ListActionQueueElementTEntity, Boolean)
Determines the action queues for the entity collection passed in. The action queues contain the entities to process in the right order.
Public methodDetermineActionQueuesTEntity(TEntity, IPredicate, ListActionQueueElementTEntity, ListActionQueueElementTEntity)
Determines the action queues for the entity passed in. The action queues contain the entities to process in the right order.
Public methodDetermineActionQueuesTEntity(TEntity, ListActionQueueElementTEntity, ListActionQueueElementTEntity, Boolean)
Determines the action queues for the entity passed in. The action queues contain the entities to process in the right order.
Public methodDetermineActionQueuesTEntity(TEntity, IPredicate, ListActionQueueElementTEntity, ListActionQueueElementTEntity, 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