DataModel Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
DataModel() |
Initializes a new instance of the DataModel class. |
DataModel(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. |
DataModel(String) |
Initializes a new instance of the DataModel class from outer XML. |
DataModel()
Initializes a new instance of the DataModel class.
public DataModel ();
Public Sub New ()
Applies to
DataModel(OpenXmlElement[])
Initializes a new instance of the DataModel class with the specified child elements.
public DataModel (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Drawing.Diagrams.DataModel : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Drawing.Diagrams.DataModel
Public Sub New (ParamArray childElements As OpenXmlElement())
Parameters
- childElements
- OpenXmlElement[]
Specifies the child elements.
Applies to
DataModel(IEnumerable<OpenXmlElement>)
Initializes a new instance of the DataModel class with the specified child elements.
public DataModel (System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.OpenXmlElement> childElements);
new DocumentFormat.OpenXml.Drawing.Diagrams.DataModel : seq<DocumentFormat.OpenXml.OpenXmlElement> -> DocumentFormat.OpenXml.Drawing.Diagrams.DataModel
Public Sub New (childElements As IEnumerable(Of OpenXmlElement))
Parameters
- childElements
- IEnumerable<OpenXmlElement>
Specifies the child elements.
Applies to
DataModel(String)
Initializes a new instance of the DataModel class from outer XML.
public DataModel (string outerXml);
new DocumentFormat.OpenXml.Drawing.Diagrams.DataModel : string -> DocumentFormat.OpenXml.Drawing.Diagrams.DataModel
Public Sub New (outerXml As String)
Parameters
- outerXml
- String
Specifies the outer XML of the element.