Interface IGenerable Last update: 16.07.2025 Namespace: VM.Managed Assembly: VMAppCore.dll This interface is to represent the generable entity. public interface IGenerable Extension Methods LinkPropertyItemCache.GetLinkProperties(object, LinkPropertyType), LinkPropertyItemCache.GetLinkPropertiesAndValues(object, LinkPropertyType), LinkPropertyItemCache.GetLinkedObjects(object, LinkPropertyType) Properties Generable Gets a value indicating whether this instance is generable. bool Generable { get; } Property Value bool Methods ReplaceEntity(Document, IGenerable) Replace entity. void ReplaceEntity(Document doc, IGenerable generableNew) Parameters doc Document The document generableNew IGenerable The new generable entity