PartExtensionProvider Members
Include Protected Members
Include Inherited Members
A Part Extension Provider which maintains a (Content Type, Part Extension (".xml")) dictionary. Used in OpenXmlPackage derived classes.
The PartExtensionProvider type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
PartExtensionProvider() | Initializes a new instance of the PartExtensionProvider class that is empty. |
![]() |
PartExtensionProvider(Int32) | Initializes a new instance of the class that is empty, has the specified initial capacity. |
![]() |
PartExtensionProvider(PartExtensionProvider) | Initializes a new instance of the PartExtensionProvider class that contains elements copied from the specified PartExtensionProvider |
Top
Properties
Name | Description | |
---|---|---|
![]() |
Comparer | (Inherited from Dictionary<String, String>.) |
![]() |
Count | (Inherited from Dictionary<String, String>.) |
![]() |
Item | (Inherited from Dictionary<String, String>.) |
![]() |
Keys | (Inherited from Dictionary<String, String>.) |
![]() |
Values | (Inherited from Dictionary<String, String>.) |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Add | (Inherited from Dictionary<String, String>.) |
![]() |
AddPartExtension | Add a part extension for the specified ContentType |
![]() |
Clear | (Inherited from Dictionary<String, String>.) |
![]() |
ContainsKey | (Inherited from Dictionary<String, String>.) |
![]() |
ContainsValue | (Inherited from Dictionary<String, String>.) |
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetEnumerator | (Inherited from Dictionary<String, String>.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetObjectData | (Inherited from Dictionary<String, String>.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MakeSurePartExtensionExist | Make sure the (contentType, partExtension) is in the provider. The (contentType, partExtension) will be added to the provider if it does not exist in the provider. |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
OnDeserialization | (Inherited from Dictionary<String, String>.) |
![]() |
Remove | (Inherited from Dictionary<String, String>.) |
![]() |
ToString | (Inherited from Object.) |
![]() |
TryGetValue | (Inherited from Dictionary<String, String>.) |
Top
Explicit Interface Implementations
Top