Show / Hide Table of Contents

Interface IPersistor

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

Namespace: NMF.Transformations.Core
Assembly: NMF.Transformations.Core.dll
Syntax
public interface IPersistor

Methods

| Edit this page View Source

Persist(object)

Persists the output of a computation

Declaration
void Persist(object output)
Parameters
Type Name Description
object output

The output of a computation

Remarks

This method is called by nmf transformations core

  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX