Accessors for class IliRepository

Description

Variable

IliRepository.dataSourcesCount

Functions

IliRepository.getDataSourc
IliRepository.getDataSourceAt
IliRepository.getScopeClass
IliRepository.setScopeClass

Verbose: The IliRepository object allows you to:
In addition, each time a global data source appears in the system, it becomes a property of the IliRepository object so that it can be accessed directly using the dot notation.

TypeNameDescriptionNotes
IntIliRepositoryContains the number of available data sources.read-only
IliDataSourceIliRepositoryAttempts to find a registered data source named name, which must be visible from the location of the near parameter.
The near parameter can be:
Note that following Rogue Wave Views terminology, the holder of a graphic object designates the container or manager in which the graphic object is located.
The data source is searched for according to the following rules:
IliDataSourceIliRepositoryReturns the data source positioned at index, which must be >= 0 and < IliRepository.dataSourcesCount.
StringIliRepositoryReturns the scope class assigned to the container cont. Initially, the scope class of a container is null.
VoidIliRepositoryAdds the container cont to the scope class named scopeClass. If the scopeClass parameter is null, the container cont is removed from the scope class to which it was previously added.
Caution: This function should be called before any graphics are added to the container or else the repository subscription mechanism may not function properly.