Show / Hide Table of Contents

Interface ITransformationRuleDependency

Represents an interface for dependencies for transformation rules

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

Properties

| Edit this page View Source

ExecuteBefore

Gets a value indicating whether the dependency should be executed before or after the computation is added to the computation order

Declaration
bool ExecuteBefore { get; }
Property Value
Type Description
bool

Methods

| Edit this page View Source

HandleDependency(Computation)

Calls the transformation dependency for the given computation

Declaration
void HandleDependency(Computation computation)
Parameters
Type Name Description
Computation computation

The computation that this dependency is to be called

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