    

 ## On this page

  

 

 #  Interface IHasResult

 Last update: 16.07.2025 

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

This interface is to represent the result.

```csharp
public interface IHasResult

```

#### 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_DAFUL_IHasResult_AddLargeAmountResult_System_Int32_"></a> AddLargeAmountResult(int)

Add large amount result information.

```csharp
void AddLargeAmountResult(int nCount)

```

#### Parameters

`nCount` [int](https://learn.microsoft.com/dotnet/api/system.int32)

The amount count.

### <a id="VM_Managed_DAFUL_IHasResult_ClearLargeAmountResult"></a> ClearLargeAmountResult()

Clear large amount result information.

```csharp
void ClearLargeAmountResult()

```