Show / Hide Table of Contents

Class SingleDependency

This class represents a single require- or call-after- dependency

Inheritance
object
Dependency
SingleDependency
Implements
ITransformationRuleDependency
Inherited Members
Dependency.NeedOutput
Dependency.ExecuteBefore
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 class SingleDependency : Dependency, ITransformationRuleDependency

Methods

| Edit this page View Source

HandleDependency(Computation)

Calls the transformation dependency for the given computation

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

The computation that this dependency is to be called

Overrides
Dependency.HandleDependency(Computation)

Implements

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