Show / Hide Table of Contents

Class Dependency

This class represents a (non-calling) dependency

Inheritance
object
Dependency
MultipleDependency
SingleDependency
Implements
ITransformationRuleDependency
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: NMF.Transformations.Core
Assembly: NMF.Transformations.Core.dll
Syntax
public abstract class Dependency : ITransformationRuleDependency

Properties

| Edit this page View Source

ExecuteBefore

Gets or sets a value indicating whether the dependency is executed before or after the base computation

Declaration
public bool ExecuteBefore { get; set; }
Property Value
Type Description
bool
| Edit this page View Source

NeedOutput

Gets or sets a value indicating whether the dependency needs the output of the base computation set

Declaration
public bool NeedOutput { get; set; }
Property Value
Type Description
bool

Methods

| Edit this page View Source

HandleDependency(Computation)

Calls the transformation dependency for the given computation

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

The computation that this dependency is to be called

Implements

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