Table of Contents

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
object
DataModelUpdateConfiguration

Constructors

DataModelUpdateConfiguration(bool, bool)

Creates a new instance of the DataModelUpdateConfiguration class

public DataModelUpdateConfiguration(bool createEventChildren, bool updateAllChildren)

Parameters

createEventChildren bool

A boolean indicating whether event children should be created

updateAllChildren bool

A 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

bool

UpdateAllChildren

Gets a boolean indicating whether all children should be updated

public bool UpdateAllChildren { get; }

Property Value

bool