Open this page in the API Guide

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
System.Object
  Dundas.BI.Data.Transforms.TransformSnapshot

Namespace:  Dundas.BI.Data.Transforms
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.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