Click or drag to resize

PlaceholderModelCurrentElementWasFirstCreated Property

Property is used to mark Placeholder after CurrentElement was created the first time. This needed to avoid situation in runtime when Placeholder is emptied (the object is moved to another Placeholder), simulation is loaded from autosave and new current element should not be created.

Namespace:  Livit.Learn.Model
Assembly:  Livit.Learn.Model (in Livit.Learn.Model.dll) Version: 0.0.0.0
Syntax
C#
public string CurrentElementWasFirstCreated { get; set; }

Property Value

Type: String
See Also