BH.oM.Base.IOutput¶
Interface structure¶
Implemented interfaces and base types¶
The IOutput is inheriting from the following base type(s) and implements the following interfaces:
- BH.oM.Base.IObject
Classes implementing this interface¶
The following classes are implementing this interface:
- BH.oM.Base.Output<T>
- BH.oM.Base.Output<T1, T2>
- BH.oM.Base.Output<T1, T2, T3>
- BH.oM.Base.Output<T1, T2, T3, T4>
- BH.oM.Base.Output<T1, T2, T3, T4, T5>
- BH.oM.Base.Output<T1, T2, T3, T4, T5, T6>
- BH.oM.Base.Output<T1, T2, T3, T4, T5, T6, T7>
- BH.oM.Base.Output<T1, T2, T3, T4, T5, T6, T7, T8>
- BH.oM.Base.Output<T1, T2, T3, T4, T5, T6, T7, T8, T9>
- BH.oM.Base.Output<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>
Properties¶
Derived properties¶
The following properties are defined as extension methods in one of the BHoM_Engines
Name | Type | Description | Quantity | Engine |
---|---|---|---|---|
OutputCount | int | - | - | Reflection_Engine |
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/IOutput.json"
}
The JSON Schema is available on github here: