Replaced content with " [[Category:2.6.2|SYSCLS CREATEINSTANCE OBJECTCONTAINER]]"
{{ClassificationInfoBox
| title = Offline query classification object
| name = {{PAGENAMEE}}
| inheritance = [[SYSCLS_OBJECTCONTAINER]]
| namespace = System.Classification.Content
| purpose = Classify objects as Object container with the feature to automatic create children
| version = 2.6.4+
| id = {C89AFC12-D593-4417-AFCE-FF045EEAE3FA}
}}
Classifies an object as [[SYSCLS_OBJECTCONTAINER|Object Container] with the extended possibility to automatic create children once the container was created.
This classification is an [[AutonomousClassification|Autonomous Classification]] where the defined property for MetaDefinitions is autonomously added to the MetaDefinitions.
The {{PAGENAMEE}} derivces from UBIK.Kernel.Interfaces.IMetaDefinitionProvider.
Every Metaclass which implements this interface needs to implement the specified interface.
namespace UBIK.Kernel.Interfaces
{
public interface IMetaDefinitionProvider
{
Guid[] GetMetaDefintionIDs();
}
}
== MetaProperties ==
{| class="wikitable" width=50%
|-
! width=30% | Name !! width=20% | Data type !! Comment
|-
| METADEFINITIONS|| {{Guid}} || Defines the MetaClass IDS for children being created on the client side (autonomous classification)
|-
| NAVIGATE_ON_SINGLE_INSTANCE|| {{bool}} || Determines whether the client should navigate to the only auto created child. (has no effect if multiple children are created)