Click or drag to resize

TransformationDefinition Class

Contains definition for particular transformation
Inheritance Hierarchy
SystemObject
  FinAnalysis.TransformationsTransformationDefinition

Namespace:  FinAnalysis.Transformations
Assembly:  FinAnalysis (in FinAnalysis.dll) Version: 2.1.13-cc97e13414b71fde928e8f3a546ac1daf26f295f
Syntax
C#
public class TransformationDefinition

The TransformationDefinition type exposes the following members.

Constructors
  NameDescription
Public methodTransformationDefinition
Creates transformation definition
Top
Properties
  NameDescription
Public propertyBarTransformationCreator
Creator for bar transformation
Public propertyName
Definition name
Public propertySimpleTransformationCreator
Creator for simple transformation
Public propertyTickTransformationCreator
Creator for tick transformation
Public propertyTwoSeriesTransformationCreator
Creator for two series transformation
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also