aas-core 3.1 C# API
The API of the SDK is split into six different units:
| Namespace | Description |
|---|---|
| AasCore.Aas3_1 | Create the model programmatically |
| AasCore.Aas3_1.Visitation | Iterate over and transform the model |
| AasCore.Aas3_1.Constants | Specify constants such as constant sets of strings |
| AasCore.Aas3_1.Verification | Verify that the model fulfills the constraints |
| AasCore.Aas3_1.Jsonization | De/serialize from/to JSON |
| AasCore.Aas3_1.Xmlization | De/serialize from/to XML |
| AasCore.Aas3_1.Enhancing | Wrap and enhance instances of the model |
Please refer to Getting Started for a brief introduction on how to use the API.