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 SourceExecuteBefore
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 SourceHandleDependency(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 |