Doloro GDK 22 .1.0 Beta
by Tauri Interactive
Doloro.DataManagement.DynamicResources.Modules.MergeTool.IMergeableResource< T > Interface Template Reference

Detailed Description

And interface that defines API for merging several dynamic resource into one.

Defines resource as the one that can be merged.

Inheritance diagram for Doloro.DataManagement.DynamicResources.Modules.MergeTool.IMergeableResource< T >:
Collaboration diagram for Doloro.DataManagement.DynamicResources.Modules.MergeTool.IMergeableResource< T >:

Public Member Functions

void MergeTo (T to)
 Sharing itself values to some another merging resource. More...
 
void MergeTo (IMergeableResource to)
 Merge of resource's data to another resource. More...
 

Member Function Documentation

◆ MergeTo() [1/2]

Merge of resource's data to another resource.

Parameters
toDestination resource.

◆ MergeTo() [2/2]

Sharing itself values to some another merging resource.

Parameters
toTarget resource that will contains the value merged with stored in this resource.

The documentation for this interface was generated from the following file: