Interface ITransformationRuleDependency
- Namespace
- NMF.Transformations.Core
- Assembly
- NMF.Transformations.Core.dll
Represents an interface for dependencies for transformation rules
public interface ITransformationRuleDependency
Properties
ExecuteBefore
Gets a value indicating whether the dependency should be executed before or after the computation is added to the computation order
bool ExecuteBefore { get; }
Property Value
Methods
HandleDependency(Computation)
Calls the transformation dependency for the given computation
void HandleDependency(Computation computation)
Parameters
computation
ComputationThe computation that this dependency is to be called