Click or drag to resize
UnifiedListSearchToZoomableSpaceDragDropContainerEntityReferences Property
Zet Universe

[This is preliminary documentation and is subject to change.]

Each EntityRef contains two things: Entity Id and Model Id. This is already good enough for drag-n-drop. The good question is whether we should define one action for all items, or rather we should define it per each item, or should we infer it from each item's source?

Namespace: ZU.WPF.Data
Assemblies:  ZU.Core.Developer (in ZU.Core.Developer.dll) Version: 2.0.5976.27963
  ZU.Core.Developer (in ZU.Core.Developer.dll) Version: 2.0.5976.27963
Syntax
C#
public List<EntityRef> EntityReferences { get; set; }

Property Value

Type: ListEntityRef
See Also