    

 ## On this page

  

 

 #  Interface IInstance

 Last update: 16.07.2025 

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

This interface is to represent the instance.

```csharp
public interface IInstance

```

#### 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_)

## Methods

### <a id="VM_Managed_IInstance_AddNewReference_VM_Managed_ObjectBase_"></a> AddNewReference(ObjectBase)

Add object for new reference.

```csharp
void AddNewReference(ObjectBase obNew)

```

#### Parameters

`obNew` [ObjectBase](VM.Managed.ObjectBase.md)

The object.

### <a id="VM_Managed_IInstance_AddNewReferences_VM_Managed_ObjectBase___System_String_"></a> AddNewReferences(ObjectBase\[\], string)

Add object for new references.

```csharp
void AddNewReferences(ObjectBase[] arObjNew, string strCetegory)

```

#### Parameters

`arObjNew` [ObjectBase](VM.Managed.ObjectBase.md)\[\]

The object array.

`strCetegory` [string](https://learn.microsoft.com/dotnet/api/system.string)

The category name.