RewiringContext Class

A data structure which contains the required information to perform a rewiring operation.
Inheritance Hierarchy
SystemObject
  Dundas.BI.EntitiesRewiringContext

Namespace: Dundas.BI.Entities
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
public class RewiringContext

The RewiringContext type exposes the following members.

Constructors
 NameDescription
Public methodRewiringContext Initializes a new instance of the RewiringContext class.
Public methodRewiringContext(IDictionaryGuid, Guid) Initializes a new instance of the RewiringContext class.
Top
Properties
 NameDescription
Public propertyGuidMap Gets a mapping of old IDs to new IDs.
Public propertyIsIdentity Gets a value indicating whether this context represents changes or not.
Top
See Also