IMutableObject ..
Describes custom mutation logic that should be preformed on an object during mutation.
Namespace: Dado.ComponentModel.DataMutations
public interface IMutableObject| Name | Description |
|---|---|
| Mutate(IMutationContext) | A method to implement custom mutation logic. |
A method to implement custom mutation logic.
void Mutate(
IMutationContext context
)- context
- Type: Dado.ComponentModel.DataMutations.IMutationContext
Describes the object being mutated and provides services and context for mutation.