BH.oM.Base.Output<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10>¶
Class structure¶
Generic parameters¶
The Output contains the following generic paramters:
T1¶
Unconstrained generic type. Can be any type of object.
T2¶
Unconstrained generic type. Can be any type of object.
T3¶
Unconstrained generic type. Can be any type of object.
T4¶
Unconstrained generic type. Can be any type of object.
T5¶
Unconstrained generic type. Can be any type of object.
T6¶
Unconstrained generic type. Can be any type of object.
T7¶
Unconstrained generic type. Can be any type of object.
T8¶
Unconstrained generic type. Can be any type of object.
T9¶
Unconstrained generic type. Can be any type of object.
T10¶
Unconstrained generic type. Can be any type of object.
Implemented interfaces and base types¶
The Output`10 is inheriting from the following base type(s) and implements the following interfaces:
Properties¶
Defining properties¶
The following properties are defined on the class
Name | Type | Description | Quantity |
---|---|---|---|
Item1 | T1 | - | - |
Item2 | T2 | - | - |
Item3 | T3 | - | - |
Item4 | T4 | - | - |
Item5 | T5 | - | - |
Item6 | T6 | - | - |
Item7 | T7 | - | - |
Item8 | T8 | - | - |
Item9 | T9 | - | - |
Item10 | T10 | - | - |
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# class 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.
{
"$ref" : "https://raw.githubusercontent.com/BHoM/BHoM_JSONSchema/develop/BHoM/Output`10.json"
}
The JSON Schema is available on github here:
- [Output
10.json](https://github.com/BHoM/BHoM_JSONSchema/blob/develop/BHoM/Output
10.json)