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