Freigeben über


DataModel-Klasse

Data Model.When the object is serialized out as xml, its qualified name is dgm:dataModel.

Vererbungshierarchie

System.Object
  DocumentFormat.OpenXml.OpenXmlElement
    DocumentFormat.OpenXml.OpenXmlCompositeElement
      DocumentFormat.OpenXml.Drawing.Diagrams.DataModel

Namespace:  DocumentFormat.OpenXml.Drawing.Diagrams
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<ChildElementInfoAttribute(GetType(Background))> _
<ChildElementInfoAttribute(GetType(PointList))> _
<ChildElementInfoAttribute(GetType(ConnectionList))> _
<ChildElementInfoAttribute(GetType(Whole))> _
<ChildElementInfoAttribute(GetType(DataModelExtensionList))> _
Public Class DataModel _
    Inherits OpenXmlCompositeElement
'Usage
Dim instance As DataModel
[ChildElementInfoAttribute(typeof(Background))]
[ChildElementInfoAttribute(typeof(PointList))]
[ChildElementInfoAttribute(typeof(ConnectionList))]
[ChildElementInfoAttribute(typeof(Whole))]
[ChildElementInfoAttribute(typeof(DataModelExtensionList))]
public class DataModel : OpenXmlCompositeElement

Hinweise

The following table lists the possible child types:

  • PointList <dgm:ptLst>

  • ConnectionList <dgm:cxnLst>

  • Background <dgm:bg>

  • Whole <dgm:whole>

  • DataModelExtensionList <dgm:extLst>

[ISO/IEC 29500-1 1. Ausgabe]

21.4.2.10 dataModel (Data Model)

The data for this instance of the diagram.  Either a sample data model, or the data the user has entered.

Parent Elements

Root element of DrawingML Diagram Data part; clrData (§21.4.2.7); sampData (§21.4.2.26); styleData (§21.4.2.29)

Child Elements

Subclause

bg (Background Formatting)

§21.4.3.1

cxnLst (Connection List)

§21.4.3.3

extLst (Extension List)

§21.4.2.13

ptLst (Point List)

§21.4.3.6

whole (Whole E2O Formatting)

§21.4.3.9

[Note: The W3C XML Schema definition of this element's content model (CT_DataModel) is located in §A.5.3. end note]

© ISO/IEC29500: 2008. Die oben aufgeführten Textauszüge wurden von Microsoft (und/oder den Microsoft-Vendoren) von Englisch nach Deutsch übersetzt, und im Rahmen von ISO wird keinerlei Verantwortung für diese Übersetzungen übernommen.

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic) Member dieses Typs sind threadsicher. Bei Instanzmembern ist die Threadsicherheit nicht gewährleistet.

Siehe auch

Referenz

DataModel-Member

DocumentFormat.OpenXml.Drawing.Diagrams-Namespace