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 | |
---|---|---|
ReferenceRelationship(PackageRelationship) | Initializes a new instance of the ReferenceRelationship. | |
ReferenceRelationship(Uri, Boolean, String, String) | Initializes a new instance of the ReferenceRelationship. |
Top
Properties
Name | Description | |
---|---|---|
Container | Gets the owner OpenXmlPartContainer that holds the ReferenceRelationship. | |
Id | Gets the relationship ID. | |
IsExternal | Gets a value indeicates whether the target of the relationship is Internal or External to the OpenXmlPackage. | |
RelationshipType | Gets the relationship type. | |
Uri | Gets the target URI of the replationship. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top