Class ModelViewMap
public class ModelViewMap : IModelViewMap
- Inheritance
-
ModelViewMap
- Implements
- Inherited Members
- Extension Methods
Constructors
ModelViewMap()
public ModelViewMap()
Methods
Bind(SimulationObjectModel, SimulationObjectView, bool)
public void Bind(SimulationObjectModel model, SimulationObjectView view, bool allowRebind = true)
Parameters
modelSimulationObjectModelviewSimulationObjectViewallowRebindbool
Clear()
public void Clear()
FromModel(SimulationObjectModel)
public SimulationObjectView FromModel(SimulationObjectModel simObject)
Parameters
simObjectSimulationObjectModel
Returns
FromView(SimulationObjectView)
public SimulationObjectModel FromView(SimulationObjectView viewObject)
Parameters
viewObjectSimulationObjectView
Returns
Unbind(SimulationObjectView)
public void Unbind(SimulationObjectView view)
Parameters
viewSimulationObjectView