FlattenMappingsInfo Class

Class that encapsulates the IFlattenTransform settings.
Inheritance Hierarchy
SystemObject
  Dundas.BI.Data.TransformsFlattenMappingsInfo

Namespace: Dundas.BI.Data.Transforms
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
public class FlattenMappingsInfo : IEquatable<FlattenMappingsInfo>

The FlattenMappingsInfo type exposes the following members.

Constructors
 NameDescription
Public methodFlattenMappingsInfo(Guid) Initializes a new instance of the FlattenMappingsInfo class.
Public methodFlattenMappingsInfo(Guid, IEnumerableKeyValuePairString, String) Initializes a new instance of the FlattenMappingsInfo class.
Top
Properties
 NameDescription
Public propertyElementId Gets the XML connector element ID.
Public propertyIsValid Gets a flag indicating if the current mappings are valid from the point of view of allowed record selector mappings.
Public propertyMappings Gets the XML mappings collection.
Public propertyNamespaces Gets the XML namespaces and their prefixes.
Top
Methods
 NameDescription
Public methodAddMapping Adds a new mapping, used to generate tabular data columns.
Public methodEquals(FlattenMappingsInfo)Indicates whether the current object is equal to another object of the same type.
Public methodEquals(Object)Determines whether the specified object is equal to the current object.
(Overrides ObjectEquals(Object))
Public methodGetHashCodeServes as the default hash function.
(Overrides ObjectGetHashCode)
Public methodRemoveMapping Removes an existing XML mapping.
Top
See Also