Show / Hide Table of Contents

Class ZipPackagePartBase

Baseclass for a relation ship between two parts in a package

Inheritance
System.Object
ZipPackagePartBase
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: OfficeOpenXml.Packaging
Assembly: EPPlus.dll
Syntax
public abstract class ZipPackagePartBase

Fields

_rels

Relationships collection

Declaration
protected ZipPackageRelationshipCollection _rels
Field Value
Type Description
ZipPackageRelationshipCollection

Methods

UpdateMaxRId(String, ref Int32)

Updates the maximum id for the relationship

Declaration
protected void UpdateMaxRId(string id, ref int maxRId)
Parameters
Type Name Description
System.String id

The Id

System.Int32 maxRId

Return the maximum relation id

Back to top Generated by DocFX