Metadata definitions for ExclusiveActivityHostConcept. More...
Classes | |
class | ImplicitActivityChangeRequestMessageArguments |
Metadata definitions for ImplicitActivityChangeRequestMessageArguments. More... | |
Public Attributes | |
DynamicPropertyType< String > | ActivationPathProperty |
DynamicPropertyType< String > | ActiveActivityProperty |
DynamicPropertyType< String > | ExclusiveActivityHostContentProperty |
Describes the content of an Exclusive Activity Host node. | |
DynamicPropertyType< ExclusiveActivityHostConceptEnums.ExclusiveActivityHostFocusingPolicy > | FocusOnActivatingActivityProperty |
Sets the policy that this Exclusive Activity Host uses to decide whether it tries to set the key focus to its activating Activity: | |
AbstractMetaclass | metaclass = new AbstractMetaclass("Kanzi.ExclusiveActivityHostConcept") |
Metaclass for ExclusiveActivityHostConcept. | |
DynamicMessageType< ExclusiveActivityHostConceptMetadata.ImplicitActivityChangeRequestMessageArguments > | NavigateNextMessageMessage |
Navigates to the next Activity in an Exclusive Activity Host. | |
DynamicMessageType< ExclusiveActivityHostConceptMetadata.ImplicitActivityChangeRequestMessageArguments > | NavigatePreviousMessageMessage |
Navigates to the previous Activity in an Exclusive Activity Host. | |
Metadata definitions for ExclusiveActivityHostConcept.
DynamicPropertyType<String> ActivationPathProperty |
DynamicPropertyType<String> ActiveActivityProperty |
DynamicPropertyType<String> ExclusiveActivityHostContentProperty |
Describes the content of an Exclusive Activity Host node.
An Exclusive Activity Host uses the value of this property to instantiate Activity prefabs and control the status and lifetime of its child Activities. Kanzi Studio user cannot directly edit this property. The ActivityBrowserController sets the value of this property according to the changes done to the state of the Activity Tree in the ActivityBrowser. The expected format for the property value is the name of the Activity that the Exclusive Activity Host initially activates, followed by a list of Activity descriptions. Each of this Activity description contains: The name of the Activity
DynamicPropertyType<ExclusiveActivityHostConceptEnums.ExclusiveActivityHostFocusingPolicy> FocusOnActivatingActivityProperty |
Sets the policy that this Exclusive Activity Host uses to decide whether it tries to set the key focus to its activating Activity:
DynamicMessageType< ExclusiveActivityHostConceptMetadata.ImplicitActivityChangeRequestMessageArguments> NavigateNextMessageMessage |
Navigates to the next Activity in an Exclusive Activity Host.
DynamicMessageType< ExclusiveActivityHostConceptMetadata.ImplicitActivityChangeRequestMessageArguments> NavigatePreviousMessageMessage |
Navigates to the previous Activity in an Exclusive Activity Host.