SaveOverrideQuery (ComponentType)

Element properties:

AccessibilityInternal

Source Code:

<ComponentType ID="SaveOverrideQuery" Accessibility="Internal">
<Property Name="DisplayName" Type="xsd://string" BindingDirection="In"/>
<Property Name="Description" Type="xsd://string" BindingDirection="In"/>
<Property Name="ComponentDataContext" Type="BaseDataType" BindingDirection="In"/>
<Property Name="DestinationMp" Type="BaseDataType" BindingDirection="In"/>
<Property Name="OnSave" Type="xsd://boolean" BindingDirection="Both"/>
<Property Name="OnSaveSuccessful" Type="BaseDataType" BindingDirection="Out"/>
<Property Name="OnSaveFailed" Type="xsd://boolean" BindingDirection="Both"/>
<Property Name="SaveFailedMessage" Type="xsd://string" BindingDirection="Both"/>
<Property Name="DestinationMpId" Type="xsd://string" BindingDirection="Both"/>
<Property Name="Component" Type="BaseDataType" BindingDirection="Both"/>
<Property Name="Data" Type="BaseDataType" BindingDirection="Both"/>
</ComponentType>