ReferenceRelationship Members

Include Protected Members
Include Inherited Members

Defines ReferenceRelationship - represents reference relationship. Reference relationship can be internal or external.

The ReferenceRelationship type exposes the following members.

Constructors

  Name Description
Protected method ReferenceRelationship(PackageRelationship) Initializes a new instance of the ReferenceRelationship.
Protected method ReferenceRelationship(Uri, Boolean, String, String) Initializes a new instance of the ReferenceRelationship.

Top

Properties

  Name Description
Public property Container Gets the owner OpenXmlPartContainer that holds the ReferenceRelationship.
Public property Id Gets the relationship ID.
Public property IsExternal Gets a value indeicates whether the target of the relationship is Internal or External to the OpenXmlPackage.
Public property RelationshipType Gets the relationship type.
Public property Uri Gets the target URI of the replationship.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

See Also

Reference

ReferenceRelationship Class

DocumentFormat.OpenXml.Packaging Namespace