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