DimSelectionSet

Namespace: PP.Mb;

Inheritance hierarchy

Object

DimSelectionSet

Syntax

PP.initClass(PP.Mb.DimSelectionSet, PP.Object, "PP.Mb.DimSelectionSet");

Description

The DimSelectionSet class is a dimensions collection that represents a repository object.

Constructor

  Constructor name Brief description
sub_image.gif DimSelectionSet The DimSelectionSet constructor creates an instance of the DimSelectionSet class.

Properties

  Property name Brief description
property_image.gif OdId The OdId property sets moniker for the dimensions collection.

Methods

  Method name Brief description
sub_image.gif addItemByDim The addItemByDim method adds a dimension to the collection that is a repository object.
sub_image.gif clearItems The clearItems method removes all dimensions from the collection that is a repository object.
sub_image.gif getItem The getItem method returns a dimension from the collection by its key.
sub_image.gif getItems The getItems method returns dimensions array from the collection that is a repository object.

Properties inherited from the class Object

  Property name Brief description
Data The Data property associates a random object with this component.
Id The Id property sets component identifier.
Settings The Settings property sets the component parameters.

Methods inherited from the class Object

  Method name Brief description
clone The clone method creates a copy of object. It is not implemented in PP.Ui.Control.
dispose The dispose method deletes the component.
getTypeName The getTypeName method returns the name of the object type without the namespace, to which it belongs.

See also:

PP.Mb