Doloro GDK 22 .1.0 Beta
by Tauri Interactive
Doloro.DataManagement.DynamicResources.ISignedResource Interface Reference

Detailed Description

Declares sign members for the resource-like type.

Inheritance diagram for Doloro.DataManagement.DynamicResources.ISignedResource:

Properties

string Bundle [get, set]
 A bundle name. Works the same as namespace and allows to prevent keys collision. More...
 
string Key [get, set]
 An unique key of the resource in the bundle. In case if the key collides with other one in the same bundle then will be called merging operation. More...
 

Property Documentation

◆ Bundle

string Doloro.DataManagement.DynamicResources.ISignedResource.Bundle
getset

A bundle name. Works the same as namespace and allows to prevent keys collision.

Implemented in Doloro.DataManagement.DynamicResources.DynamicResource, and Doloro.InvetorySystem.StoragesDatabase.StorageContainer.

◆ Key

string Doloro.DataManagement.DynamicResources.ISignedResource.Key
getset

An unique key of the resource in the bundle. In case if the key collides with other one in the same bundle then will be called merging operation.

Implemented in Doloro.DataManagement.DynamicResources.DynamicResource, and Doloro.InvetorySystem.StoragesDatabase.StorageContainer.


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