Class DataModelUpdateConfiguration
Represents a configuration to use while updating a DataModelVisualizationViewModel
Namespace: Artemis.UI.Shared.DataModelVisualization.Shared
Assembly: Artemis.UI.Shared.dll
Syntax
public class DataModelUpdateConfiguration
Constructors
DataModelUpdateConfiguration(bool)
Creates a new instance of the DataModelUpdateConfiguration class
Declaration
public DataModelUpdateConfiguration(bool createEventChildren)
Parameters
Type | Name | Description |
---|---|---|
bool | createEventChildren | A boolean indicating whether or not event children should be created |
Properties
CreateEventChildren
Gets a boolean indicating whether or not event children should be created
Declaration
public bool CreateEventChildren { get; }
Property Value
Type | Description |
---|---|
bool |