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