Click or drag to resize

BaseModelId Property

Defines a unique identifier for an element in the simulation.

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

Property Value

Type: String

Implements

IBaseModelId
Remarks

The Id can be used to refer to any element in bindings (e.g., {Binding Path, ElementId=SomeUniqueId}), or using the Target property in a Setter or a DataCondition.

See Also