CacheSource Constructor
Include Protected Members
Include Inherited Members
Overload List
Name | Description | |
---|---|---|
CacheSource() | Initializes a new instance of the CacheSource class. | |
CacheSource(String) | Initializes a new instance of the CacheSource class from outer XML. | |
CacheSource(array<OpenXmlElement[]) | Initializes a new instance of the CacheSource class with the specified child elements. | |
CacheSource(IEnumerable<OpenXmlElement>) | Initializes a new instance of the CacheSource class with the specified child elements. |
Top