Property | Type | Description | |
---|---|---|---|
CheckIsReadOnly | void | ||
CreateRelationship | |||
IDisposable | void | ||
LoadRelationships | void | ||
NextId | string | ||
Open | |||
OpenCore | |||
WriteRelationships | void |
Method | Description | |
---|---|---|
Close ( ) : void | ||
CreatePart ( |
||
CreatePart ( |
||
CreateRelationship ( |
||
CreateRelationship ( |
||
DeletePart ( |
||
DeleteRelationship ( string id ) : void | ||
Flush ( ) : void | ||
GetPart ( |
||
GetParts ( ) : PackagePartCollection | ||
GetRelationship ( string id ) : |
||
GetRelationships ( ) : PackageRelationshipCollection | ||
GetRelationshipsByType ( string relationshipType ) : PackageRelationshipCollection | ||
Open ( Stream stream ) : |
||
Open ( Stream stream, FileMode packageMode ) : |
||
Open ( Stream stream, FileMode packageMode, FileAccess packageAccess ) : |
||
Open ( string path ) : |
||
Open ( string path, FileMode packageMode ) : |
||
Open ( string path, FileMode packageMode, FileAccess packageAccess ) : |
||
Open ( string path, FileMode packageMode, FileAccess packageAccess, FileShare packageShare ) : |
||
PartExists ( |
||
RelationshipExists ( string id ) : bool |
Method | Description | |
---|---|---|
CreatePartCore ( |
||
DeletePartCore ( |
||
Dispose ( bool disposing ) : void | ||
FlushCore ( ) : void | ||
GetPartCore ( |
||
GetPartsCore ( ) : System.IO.Packaging.PackagePart[] | ||
Package ( FileAccess openFileAccess ) : System | ||
Package ( FileAccess openFileAccess, bool streaming ) : System |
Method | Description | |
---|---|---|
CheckIsReadOnly ( ) : void | ||
CreateRelationship ( |
||
IDisposable ( ) : void | ||
LoadRelationships ( ) : void | ||
NextId ( ) : string | ||
Open ( Stream stream, FileMode packageMode, FileAccess packageAccess, bool ownsStream ) : |
||
OpenCore ( Stream stream, FileMode packageMode, FileAccess packageAccess, bool ownsStream ) : |
||
WriteRelationships ( PackageRelationship>.Dictionary |
public CreatePart ( |
||
partUri | ||
contentType | string | |
return |
public CreatePart ( |
||
partUri | ||
contentType | string | |
compressionOption | CompressionOption | |
return |
protected abstract CreatePartCore ( |
||
partUri | ||
contentType | string | |
compressionOption | CompressionOption | |
return |
public CreateRelationship ( |
||
targetUri | ||
targetMode | TargetMode | |
relationshipType | string | |
return |
public CreateRelationship ( |
||
targetUri | ||
targetMode | TargetMode | |
relationshipType | string | |
id | string | |
return |
protected abstract DeletePartCore ( |
||
partUri | ||
return | void |
public DeleteRelationship ( string id ) : void | ||
id | string | |
return | void |
public GetPart ( |
||
partUri | ||
return |
protected abstract GetPartCore ( |
||
partUri | ||
return |
protected abstract GetPartsCore ( ) : System.IO.Packaging.PackagePart[] | ||
return | System.IO.Packaging.PackagePart[] |
public GetRelationship ( string id ) : |
||
id | string | |
return |
public GetRelationships ( ) : PackageRelationshipCollection | ||
return | PackageRelationshipCollection |
public GetRelationshipsByType ( string relationshipType ) : PackageRelationshipCollection | ||
relationshipType | string | |
return | PackageRelationshipCollection |
public static Open ( Stream stream ) : |
||
stream | Stream | |
return |
public static Open ( Stream stream, FileMode packageMode ) : |
||
stream | Stream | |
packageMode | FileMode | |
return |
public static Open ( Stream stream, FileMode packageMode, FileAccess packageAccess ) : |
||
stream | Stream | |
packageMode | FileMode | |
packageAccess | FileAccess | |
return |
public static Open ( string path, FileMode packageMode ) : |
||
path | string | |
packageMode | FileMode | |
return |
public static Open ( string path, FileMode packageMode, FileAccess packageAccess ) : |
||
path | string | |
packageMode | FileMode | |
packageAccess | FileAccess | |
return |
public static Open ( string path, FileMode packageMode, FileAccess packageAccess, FileShare packageShare ) : |
||
path | string | |
packageMode | FileMode | |
packageAccess | FileAccess | |
packageShare | FileShare | |
return |
protected Package ( FileAccess openFileAccess ) : System | ||
openFileAccess | FileAccess | |
return | System |
protected Package ( FileAccess openFileAccess, bool streaming ) : System | ||
openFileAccess | FileAccess | |
streaming | bool | |
return | System |
public RelationshipExists ( string id ) : bool | ||
id | string | |
return | bool |