Show / Hide Table of Contents

Class EchoTransformation

Static class that defines a transformation which echoes back the provided IEnvironment object without any mutations or modifications. As such, it is a transformation which does nothing.

Inheritance
System.Object
Transformation
EchoTransformation
Implements
ITransformation
Inherited Members
Transformation.Title
Transformation.Run(EntityCollection, IEnvironment)
Transformation.Validate(EntityCollection, IEnvironment)
Transformation.Apply(EntityCollection, IEnvironment)
Namespace: TreeProblemFramework.Description.Transformations
Remarks

This transformation's name is Sys.EchoTransformation.

Methods

Run(IEnvironment)

Method that echoes back the specified IEnvironment object as is.

Declaration
public static TransformationResult Run(IEnvironment env)
Parameters
Type Name Description
IEnvironment env

The current IEnvironment object which will be echoed.

Returns
Type Description
TransformationResult

A single TransformationResult containing the specified IEnvironment object without any modifications.

Implements

ITransformation
Back to top TreeProblemFramework from Ecuador.