Our entities have a field called "DateDeleted". At times we might have these loaded into entities and we want to filter them out before sending them to the client.
Our Entities also have child entities which have child entities, all who have a DateDeleted.
What's the best practice to implement this with Automapper - Specifically - how can I map a Null value to the destination (for the entire object) when the source has a Date Deleted property with a value?