BH.oM.Adapter.IExecuteCommand¶
Classes implementing IExecuteCommand are commands compatible with the Execute
Adapter Action.
Interface structure¶
Implemented interfaces and base types¶
The IExecuteCommand is inheriting from the following base type(s) and implements the following interfaces:
- BH.oM.Base.IObject
Interfaces implementing this interface¶
The following interfaces are implementing this interface:
- BH.oM.Adapters.File.IMRCCommand
- BH.oM.LadybugTools.ISimulationCommand
Classes implementing this interface¶
The following classes are implementing this interface:
- BH.oM.Adapter.Commands.Analyse
- BH.oM.Adapter.Commands.AnalyseLoadCases
- BH.oM.Adapter.Commands.ClearResults
- BH.oM.Adapter.Commands.Close
- BH.oM.Adapter.Commands.CustomCommand
- BH.oM.Adapter.Commands.Exit
- BH.oM.Adapter.Commands.ImportFile
- BH.oM.Adapter.Commands.NewModel
- BH.oM.Adapter.Commands.Open
- BH.oM.Adapter.Commands.Save
- BH.oM.Adapter.Commands.SaveAs
- BH.oM.Adapters.File.CopyCommand
- BH.oM.Adapters.File.MoveCommand
- BH.oM.Adapters.File.RenameCommand
- BH.oM.LadybugTools.DiurnalPlotCommand
- BH.oM.LadybugTools.GetMaterialCommand
- BH.oM.LadybugTools.GetTypologyCommand
- BH.oM.LadybugTools.HeatPlotCommand
- BH.oM.LadybugTools.RunExternalComfortCommand
- BH.oM.LadybugTools.RunSimulationCommand
- BH.oM.LadybugTools.SolarRadiationPlotCommand
- BH.oM.LadybugTools.SunPathPlotCommand
- BH.oM.LadybugTools.UTCIHeatPlotCommand
- BH.oM.LadybugTools.WalkabilityPlotCommand
- BH.oM.LadybugTools.WindroseCommand
- BH.oM.Adapters.Mongo.Commands.Transfer
- BH.oM.Environment.SAP.ProcessResultsCommand
- BH.oM.Environment.SAP.RunAnalysisCommand
- BH.oM.Adapters.SQL.UpdateCommand
- BH.oM.Adapters.SQL.UpsertCommand
Properties¶
Code and Schema¶
C# implementation¶
Assembly: Adapter_oM.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/Adapter_oM/IExecuteCommand.json"
}
The JSON Schema is available on github here: