Interface IHasLink Last update: 16.07.2025 Namespace: VM.Managed.Collections Assembly: VMAppCore.dll public interface IHasLink Extension Methods LinkPropertyItemCache.GetLinkProperties(object, LinkPropertyType), LinkPropertyItemCache.GetLinkPropertiesAndValues(object, LinkPropertyType), LinkPropertyItemCache.GetLinkedObjects(object, LinkPropertyType) Methods GetLink(ICollection) void GetLink(ICollection<ilink> colLinks) Parameters colLinks ICollectionILink> RemoveLink(ILink) Remove specific link from this object. bool RemoveLink(ILink link) Parameters link ILink The link to remove. Returns bool true when need to erase this object, otherwise false.