IdPartPair Members
Include Protected Members
Include Inherited Members
Defines IdPartPair - represents (RelationshipId, OpenXmlPart) pair.
The IdPartPair type exposes the following members.
Constructors
Name | Description | |
---|---|---|
IdPartPair | Initializes a new instance of the IdPartPair with the specified id and part. |
Top
Properties
Name | Description | |
---|---|---|
OpenXmlPart | Gets or sets the OpenXmlPart. | |
RelationshipId | Gets or sets the relationship ID in the pair. |
Top
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) | |
Equals(IdPartPair) | Determines whether this instance and another specified IdPartPair object have the same value. | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top