RelationshipKey Structure

Class that encapsulates information about one key defining a Relationship between two data structures.

Namespace:  Dundas.BI.Data.Relationships
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public struct RelationshipKey : IEquatable<RelationshipKey>

The RelationshipKey type exposes the following members.

Constructors
  NameDescription
Public methodRelationshipKey
Initializes a new instance of the RelationshipKey structure.
Top
Properties
  NameDescription
Public propertyElementName
Gets the element name from the key primary structure.
Public propertyReferencedElementName
Gets the referenced element name from the key referenced structure.
Top
Methods
  NameDescription
Public methodEquals(Object)
Indicates whether this instance and a specified object are equal.
(Overrides ValueTypeEquals(Object).)
Public methodEquals(RelationshipKey)
Indicates whether the current object is equal to another object of the same type.
Public methodGetHashCode
Returns the hash code for this instance.
(Overrides ValueTypeGetHashCode.)
Top
Operators
  NameDescription
Public operatorStatic memberEquality
Compares two RelationshipKey structures for equality.
Public operatorStatic memberInequality
Compares two RelationshipKey structures for inequality.
Top
See Also