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

KeyValue
AssemblyARCQuery
DocFragTypeClass
NameQueryExpressionSelfCreate+ISelfCreateCollection
NamespaceARCQuery
TypeQueryExpressionSelfCreate+ISelfCreateCollection

ClassAttribute

KeyValue
AssemblyNameARCQuery
ClassNamespaceARCQuery
ClassTypeQueryExpressionSelfCreate+ISelfCreateCollection
InterfacesIP; -IEnumerable<IKIP>-; -IEnumerable-
InterfacesDirectlyImplementedIP; -IEnumerable<IKIP>-; -IEnumerable-

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)

Edit


Generated 2024-05-02 17:44:13.781 UTC