MapForceView
Represents the current view in the MapForce Mapping tab for a document. A document has exactly one MapForceView which displays the currently active mapping.
Properties to navigate the object model:
•Application
•Parent
View activation and view properties:
•Active
•ShowItemTypes
•ShowLibraryInFunctionHeader
•HighlightMyConnections
•HighlightMyConnectionsRecursivly
Mapping related properties:
•ActiveMapping
•ActiveMappingName
Adding items:
•InsertWSDLCall
•InsertXMLFile
•InsertXMLSchema
•InsertXMLSchemaWithSample
Properties
Name | Description |
---|---|
Use this property to query if the mapping view is the active view, or set this view to be the active one. | |
Gets or sets the currently active mapping in the document this MapForceView belongs to. | |
Gets or sets the currently active mapping by name in the document this MapForceView belongs to. | |
Read-only. Retrieves the application's top-level object. | |
This property defines whether connections from the selected item only should be highlighed. | |
This property defines if only the connections coming directly or indirectly from the selected item should be highlighted. | |
Read-only. The parent object according to the object model. | |
This property defines if types of items should be shown in the mapping diagram. | |
This property defines whether the name of the function library should be part of function names. |
Methods
Name | Description |
---|---|
Adds a new WSDL call component to the mapping. | |
MapForceView.InsertXMLFile is obsolete. Use Mapping.InsertXMLFile instead. | |
MapForceView.InsertXMLSchema is obsolete. Use Mapping.InsertXMLSchema instead. | |
MapForceView.InsertXMLSchemaWithSample is obsolete. Use Mapping.InsertXMLFile instead. Notice, Mapping.InsertXMLFile does not require a parameter for passing the root element. The root element is automatically set as the XML file's root element name. |