Interface IReferencable
Last update: 16.07.2025Namespace: VM.Managed
Assembly: VMAppCore.dll
This interface is to represent the reference.
public interface IReferencable
Extension Methods
LinkPropertyItemCache.GetLinkProperties(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkPropertiesAndValues(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkedObjects
Properties
Referencable
Gets the referencable data.
bool Referencable { get; }
Property Value
Visible
Gets the visible data.
bool Visible { get; }
Property Value
Methods
Instantiate(Reference, Canvas)
Instantiates the specified reference.
void Instantiate(Reference reference, Canvas canvas)
Parameters
reference Reference
The reference.
canvas Canvas
The canvas.
MakeReference(LinkedList)
void MakeReference(LinkedList<reference> lstRef)
Parameters
lstRef LinkedListReference>