BH.oM.LifeCycleAssessment.LifeCycleAssessmentPhases¶
Enum values¶
Name | Description |
---|---|
Undefined | - |
A1 | A1 Description |
A2 | A2 Description |
A3 | A3 Description |
A4 | A4 Description |
A5 | A5 Description |
B1 | B1 Description |
B2 | B2 Description |
B3 | B3 Description |
B4 | B4 Description |
B5 | B5 Description |
B6 | B6 Description |
B7 | B7 Description |
C1 | C1 Description |
C2 | C2 Description |
C3 | C3 Description |
C4 | C4 Description |
D1 | D1 Description |
D2 | D2 Description |
D3 | D3 Description |
Code and Schema¶
C# implementation¶
C#
public enum LifeCycleAssessmentPhases : System.Enum, System.ValueType, System.IComparable, System.ISpanFormattable, System.IFormattable, System.IConvertible
Assembly: LifeCycleAssessment_oM.dll
The C# enum 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/LifeCycleAssessment_oM/LifeCycleAssessmentPhases.json"
}
The JSON Schema is available on github here: