[ROOT] / doc / toc / ARCQuery / Class / QueryExpressionSelfCreate+ISelfCreateCollection


Provides a standardized mechanism for describing classes that are able to autogenerate collection of themeselves.

This is done by a static method call 'TrySelfCreateCollection' which is supposed to be available in a class 'implementing' this interface.
In this manner, types implementing this 'interface' is by this principle able to describe themselves to AgoRapide).

For a typical example, see [TODO: No examples available in ARCore as of Dec 2021]

Note how this interface in itself is empty

TrySelfCreateCollection should have the following signature:
public static bool TrySelfCreateCollection(IP dataStorage, out IP collection, out string errorResponse)


Details

Generated 2024-04-19 14:08:12.339 UTC