Свойство | Тип | Описание | |
---|---|---|---|
CheckIsReadOnly | void | ||
CreateRelationship | |||
IDisposable | void | ||
LoadRelationships | void | ||
NextId | string | ||
Open | |||
OpenCore | |||
WriteRelationships | void |
Метод | Описание | |
---|---|---|
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 |
Метод | Описание | |
---|---|---|
CreatePartCore ( |
||
DeletePartCore ( |
||
Dispose ( bool disposing ) : void | ||
FlushCore ( ) : void | ||
GetPartCore ( |
||
GetPartsCore ( ) : System.IO.Packaging.PackagePart[] | ||
Package ( FileAccess openFileAccess ) : System | ||
Package ( FileAccess openFileAccess, bool streaming ) : System |
Метод | Описание | |
---|---|---|
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 | |
Результат |
public CreatePart ( |
||
partUri | ||
contentType | string | |
compressionOption | CompressionOption | |
Результат |
protected abstract CreatePartCore ( |
||
partUri | ||
contentType | string | |
compressionOption | CompressionOption | |
Результат |
public CreateRelationship ( |
||
targetUri | ||
targetMode | TargetMode | |
relationshipType | string | |
Результат |
public CreateRelationship ( |
||
targetUri | ||
targetMode | TargetMode | |
relationshipType | string | |
id | string | |
Результат |
public DeletePart ( |
||
partUri | ||
Результат | void |
protected abstract DeletePartCore ( |
||
partUri | ||
Результат | void |
public DeleteRelationship ( string id ) : void | ||
id | string | |
Результат | void |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | |
Результат | void |
public GetPart ( |
||
partUri | ||
Результат |
protected abstract GetPartCore ( |
||
partUri | ||
Результат |
public GetParts ( ) : PackagePartCollection | ||
Результат | PackagePartCollection |
protected abstract GetPartsCore ( ) : System.IO.Packaging.PackagePart[] | ||
Результат | System.IO.Packaging.PackagePart[] |
public GetRelationship ( string id ) : |
||
id | string | |
Результат |
public GetRelationships ( ) : PackageRelationshipCollection | ||
Результат | PackageRelationshipCollection |
public GetRelationshipsByType ( string relationshipType ) : PackageRelationshipCollection | ||
relationshipType | string | |
Результат | PackageRelationshipCollection |
public static Open ( Stream stream ) : |
||
stream | Stream | |
Результат |
public static Open ( Stream stream, FileMode packageMode ) : |
||
stream | Stream | |
packageMode | FileMode | |
Результат |
public static Open ( Stream stream, FileMode packageMode, FileAccess packageAccess ) : |
||
stream | Stream | |
packageMode | FileMode | |
packageAccess | FileAccess | |
Результат |
public static Open ( string path ) : |
||
path | string | |
Результат |
public static Open ( string path, FileMode packageMode ) : |
||
path | string | |
packageMode | FileMode | |
Результат |
public static Open ( string path, FileMode packageMode, FileAccess packageAccess ) : |
||
path | string | |
packageMode | FileMode | |
packageAccess | FileAccess | |
Результат |
public static Open ( string path, FileMode packageMode, FileAccess packageAccess, FileShare packageShare ) : |
||
path | string | |
packageMode | FileMode | |
packageAccess | FileAccess | |
packageShare | FileShare | |
Результат |
protected Package ( FileAccess openFileAccess ) : System | ||
openFileAccess | FileAccess | |
Результат | System |
protected Package ( FileAccess openFileAccess, bool streaming ) : System | ||
openFileAccess | FileAccess | |
streaming | bool | |
Результат | System |
public PartExists ( |
||
partUri | ||
Результат | bool |
public RelationshipExists ( string id ) : bool | ||
id | string | |
Результат | bool |