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 SourcePersist(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