BH.oM.Base.IAdapterId¶
Interface structure¶
Implemented interfaces and base types¶
The IAdapterId is inheriting from the following base type(s) and implements the following interfaces:
Classes implementing this interface¶
The following classes are implementing this interface:
- BH.oM.Adapters.ETABS.ETABSId
- BH.oM.Adapters.GSA.GSAId
- BH.oM.Adapters.Lusas.LusasId
- BH.oM.Adapters.MidasCivil.MidasCivilId
- BH.oM.Adapters.RAM.RAMId
- BH.oM.Adapters.RFEM5.RFEM5Id
- BH.oM.Adapters.RFEM6.RFEM6ID
- BH.oM.Adapters.Robot.RobotId
- BH.oM.Adapters.SAP2000.SAP2000Id
- BH.oM.Test.Adapter.TestAdapterId
Properties¶
Defining properties¶
The following properties are defined on the interface
Name | Type | Description | Quantity |
---|---|---|---|
Id | object | Identifier of the object in the external software. | - |
Code and Schema¶
C# implementation¶
Assembly: BHoM.dll
The C# interface definition is available on github:
All history and changes of the class can be found by inspection the history.
JSON Schema implementation¶
The object is defined as a JSON schema. You can validate a JSON instance against this schema by reference. To do this, use the schema reference below in a validator like this one.
JSON Schema
{
"$ref" : "https://raw.githubusercontent.com/BHoM/BHoM_JSONSchema/develop/BHoM/IAdapterId.json"
}
The JSON Schema is available on github here: