Jump to: navigation, search

SYSCLS CREATEINSTANCE OBJECTCONTAINER


Revision as of 14:26, 16 December 2019 by MHM (Talk | contribs)

IC CLASSIFICATION.gif Offline query classification object
Name SYSCLS_CREATEINSTANCE_OBJECTCONTAINER
Inheritance SYSCLS OBJECTCONTAINER
Namespace System.Classification.Content
ID {C89AFC12-D593-4417-AFCE-FF045EEAE3FA}
Purpose Classify objects as Object container with the feature to automatic create children
Version 2.6.4+

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 Autonomous Classification where the defined property for MetaDefinitions is autonomously added to the MetaDefinitions.

The SYSCLS_CREATEINSTANCE_OBJECTCONTAINER 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

Name 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)


See also