| UnitOfWorkAddForSave Method | 
 Overload List
Overload List| Name | Description | |
|---|---|---|
|  | AddForSave(IEntity) | 
            Adds the passed in entity for saving. No recursion will be applied during the save of this entity when the unit of work is committed.
             | 
|  | AddForSave(IEntity, IPredicate) | 
            Adds the passed in entity for saving. No recursion will be applied during the save of this entity when the unit of work is committed.
             | 
|  | AddForSave(IEntity, Boolean) | 
            Adds the passed in entity for saving. 
             | 
|  | AddForSave(IEntity, IPredicate, Boolean) | 
            Adds the passed in entity for saving. 
             | 
 See Also
See Also