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