Table of Contents

Interface IPersistor

Namespace
NMF.Transformations.Core
Assembly
NMF.Transformations.Core.dll

This interface is internally used to persist an output of transformation rules somehow

public interface IPersistor

Methods

Persist(object)

Persists the output of a computation

void Persist(object output)

Parameters

output object

The output of a computation

Remarks

This method is called by nmf transformations core