Show / Hide Table of Contents

Class MultipleDependency

This class is used to represent dependencies on more than one child object

Inheritance
object
Dependency
MultipleDependency
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 MultipleDependency : 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