Relationship Methods

The Relationship type exposes the following members.

Methods
  NameDescription
Public methodAddRelationshipKey(RelationshipKey)
Adds a new relationship key to the current instance. The operation is allowed only if the relationship category is not Native. The category is subsequently changed automatically UserDefined.
Public methodAddRelationshipKey(String, String)
Adds a new relationship key to the current instance. The operation is allowed only if the relationship category is not Native. The category is subsequently changed automatically UserDefined.
Public methodClearRelationshipKeys
Clears the relationship keys from the current instance. The operation is allowed only if the relationship category is not Native.
Public methodGetKeyElementNames
Gets the key element names for the specified structure ID.
Public methodRemoveRelationshipKey
Removes the specified key from the current instance. The operation is allowed only if the relationship category is not Native.
Public methodToString
Returns a string that represents the current object.
(Inherited from DescriptorBase.)
Top
See Also