Свойство | Тип | Описание | |
---|---|---|---|
CheckIsRelationship | void | ||
CreateRelationship | |||
LoadRelationships | void | ||
NextId | string | ||
WriteRelationships | void |
Метод | Описание | |
---|---|---|
CreateRelationship ( Uri targetUri, TargetMode targetMode, string relationshipType ) : |
||
CreateRelationship ( Uri targetUri, TargetMode targetMode, string relationshipType, string id ) : |
||
DeleteRelationship ( string id ) : void | ||
GetRelationship ( string id ) : |
||
GetRelationships ( ) : PackageRelationshipCollection | ||
GetRelationshipsByType ( string relationshipType ) : PackageRelationshipCollection | ||
GetStream ( ) : Stream | ||
GetStream ( FileMode mode ) : Stream | ||
GetStream ( FileMode mode, FileAccess access ) : Stream | ||
RelationshipExists ( string id ) : bool |
Метод | Описание | |
---|---|---|
GetContentTypeCore ( ) : string | ||
GetStreamCore ( FileMode mode, FileAccess access ) : Stream | ||
PackagePart ( |
||
PackagePart ( |
||
PackagePart ( |
Метод | Описание | |
---|---|---|
CheckIsRelationship ( ) : void | ||
CreateRelationship ( Uri targetUri, TargetMode targetMode, string relationshipType, string id, bool loading ) : |
||
LoadRelationships ( PackageRelationship>.Dictionary |
||
NextId ( ) : string | ||
WriteRelationships ( ) : void |
public CreateRelationship ( Uri targetUri, TargetMode targetMode, string relationshipType ) : |
||
targetUri | Uri | |
targetMode | TargetMode | |
relationshipType | string | |
Результат |
public CreateRelationship ( Uri targetUri, TargetMode targetMode, string relationshipType, string id ) : |
||
targetUri | Uri | |
targetMode | TargetMode | |
relationshipType | string | |
id | string | |
Результат |
public DeleteRelationship ( string id ) : void | ||
id | string | |
Результат | void |
public GetRelationship ( string id ) : |
||
id | string | |
Результат |
public GetRelationships ( ) : PackageRelationshipCollection | ||
Результат | PackageRelationshipCollection |
public GetRelationshipsByType ( string relationshipType ) : PackageRelationshipCollection | ||
relationshipType | string | |
Результат | PackageRelationshipCollection |
public GetStream ( FileMode mode ) : Stream | ||
mode | FileMode | |
Результат | Stream |
public GetStream ( FileMode mode, FileAccess access ) : Stream | ||
mode | FileMode | |
access | FileAccess | |
Результат | Stream |
protected abstract GetStreamCore ( FileMode mode, FileAccess access ) : Stream | ||
mode | FileMode | |
access | FileAccess | |
Результат | Stream |
protected PackagePart ( |
||
package | ||
partUri | Uri | |
Результат | System |
protected PackagePart ( |
||
package | ||
partUri | Uri | |
contentType | string | |
Результат | System |
protected PackagePart ( |
||
package | ||
partUri | Uri | |
contentType | string | |
compressionOption | CompressionOption | |
Результат | System |
public RelationshipExists ( string id ) : bool | ||
id | string | |
Результат | bool |