Microsoft.Dynamics.GP.eConnect.Serialization
To create .NET objects that represent Connect XML document, add the Microsoft.Dynamics.GP.eConnect.Serialization assembly and namespace to your project.
Warning: To use the classes in the Microsoft.Dynamics.GP.eConnect.Serialization namespace, you must add a reference to the Microsoft.Dynamics.GP.eConnect.Serialization assembly to your .NET project. For information about how to add a reference, see Adding a reference.
The Microsoft.Dynamics.GP.eConnect.Serialization namespace includes the following types of classes.
Category |
Description |
---|---|
Node types |
The node classes represent the data nodes of an eConnect XML document. The node classes have fields that specify Dynamics GP data values. |
Transaction types |
The transaction type classes represent the document type and operation for an eConnect XML document. The transaction type classes have fields that you populate with node classes. |
Document type |
The eConnectType class represents the root node of an eConnect XML document. To complete a document, you populate the fields of the eConnectType class with one or more transaction type classes. |
For more information about the structure of an eConnect XML doucment, see eConnect XML document structure.
To see the list of serialization classes or to find more information about a specific class, see the Microsoft.Dynamics.GP.eConnect.Serialization Namespace reference.