Skip to content
This repository was archived by the owner on Sep 5, 2024. It is now read-only.

Latest commit

 

History

History
38 lines (25 loc) · 821 Bytes

IMutableObject.md

File metadata and controls

38 lines (25 loc) · 821 Bytes

IMutableObject ..

Describes custom mutation logic that should be preformed on an object during mutation.

Namespace: Dado.ComponentModel.DataMutations

Syntax

public interface IMutableObject

Methods

Name Description
Mutate(IMutationContext) A method to implement custom mutation logic.

Mutate(IMutationContext)

A method to implement custom mutation logic.

Syntax

void Mutate(
	IMutationContext context
)

Parameters

context
Type: Dado.ComponentModel.DataMutations.IMutationContext
Describes the object being mutated and provides services and context for mutation.