Class DataModelUpdateConfiguration
- Namespace
- Artemis.UI.Shared.DataModelVisualization.Shared
- Assembly
- Artemis.UI.Shared.dll
Represents a configuration to use while updating a DataModelVisualizationViewModel
public class DataModelUpdateConfiguration
- Inheritance
-
objectDataModelUpdateConfiguration
Constructors
DataModelUpdateConfiguration(bool, bool)
Creates a new instance of the DataModelUpdateConfiguration class
public DataModelUpdateConfiguration(bool createEventChildren, bool updateAllChildren)
Parameters
createEventChildrenboolA boolean indicating whether event children should be created
updateAllChildrenboolA boolean indicating whether all children should be updated
Properties
CreateEventChildren
Gets a boolean indicating whether event children should be created
public bool CreateEventChildren { get; }
Property Value
UpdateAllChildren
Gets a boolean indicating whether all children should be updated
public bool UpdateAllChildren { get; }