TransformSnapshot Class

Holds information about a transform at a particular point in time so it can later check if the transform has changed.
Inheritance Hierarchy
SystemObject
  Dundas.BI.Data.TransformsTransformSnapshot

Namespace:  Dundas.BI.Data.Transforms
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public class TransformSnapshot

The TransformSnapshot type exposes the following members.

Methods
  NameDescription
Public methodCheckForChanges
Checks whether there are any differences between this snapshot and the current state of the transform.
Top
See Also