    

 ## On this page

  

 

 #  Interface IGenerable

 Last update: 16.07.2025 

Namespace: [VM.Managed](VM.Managed.md)  
Assembly: VMAppCore.dll

This interface is to represent the generable entity.

```csharp
public interface IGenerable

```

#### Extension Methods

[LinkPropertyItemCache.GetLinkProperties(object, LinkPropertyType)](VM.Models.Pre.Cache.LinkPropertyItemCache.md#VM_Models_Pre_Cache_LinkPropertyItemCache_GetLinkProperties_System_Object_VM_Models_Pre_LinkPropertyType_), [LinkPropertyItemCache.GetLinkPropertiesAndValues(object, LinkPropertyType)](VM.Models.Pre.Cache.LinkPropertyItemCache.md#VM_Models_Pre_Cache_LinkPropertyItemCache_GetLinkPropertiesAndValues_System_Object_VM_Models_Pre_LinkPropertyType_), [LinkPropertyItemCache.GetLinkedObjects(object, LinkPropertyType)](VM.Models.Pre.Cache.LinkPropertyItemCache.md#VM_Models_Pre_Cache_LinkPropertyItemCache_GetLinkedObjects__1_System_Object_VM_Models_Pre_LinkPropertyType_)

## Properties

### <a id="VM_Managed_IGenerable_Generable"></a> Generable

 Gets a value indicating whether this instance is generable.

```csharp
bool Generable { get; }

```

#### Property Value

[bool](https://learn.microsoft.com/dotnet/api/system.boolean)

## Methods

### <a id="VM_Managed_IGenerable_ReplaceEntity_VM_Managed_Document_VM_Managed_IGenerable_"></a> ReplaceEntity(Document, IGenerable)

Replace entity.

```csharp
void ReplaceEntity(Document doc, IGenerable generableNew)

```

#### Parameters

`doc` [Document](VM.Managed.Document.md)

The document

`generableNew` [IGenerable](VM.Managed.IGenerable.md)

The new generable entity