asposediagram.api

Class DataRecordSetCollection

DataRecordSet collection.

Property Getters/Setters Summary
methodgetActiveRecordsetId()
method
           ActiveRecordsetID
methodgetCount()
Gets the number of elements actually contained in the collection.
methodgetNextId()
method
setNextId(value)
           NextID
methodget(index)
Gets the element at the specified index.
 
Method Summary
methodadd(dataRecordSet)
Add the dataRecordSet in the collection.
methodclear()
Removes all elements from collection.
methodisExist(index)
Is exist item in the collection.
methoditerator()
Supports a simple iteration over a nongeneric collection.
methodremove(dataRecordSet)
Remove the dataRecordSet from the collection.
 

    • Property Getters/Setters Detail

      • getNextId/setNextId : String 

        String getNextId() / setNextId(value)
        
        NextID
      • getActiveRecordsetId/setActiveRecordsetId : String 

        String getActiveRecordsetId() / setActiveRecordsetId(value)
        
        ActiveRecordsetID
      • getCount : int 

        int getCount()
        
        Gets the number of elements actually contained in the collection.
    • Method Detail

      • add

        int add(dataRecordSet)
        Add the dataRecordSet in the collection.
        Parameters:
        dataRecordSet: DataRecordSet -
        Returns:
      • remove

         remove(dataRecordSet)
        Remove the dataRecordSet from the collection.
        Parameters:
        dataRecordSet: DataRecordSet -
      • iterator

        Iterator iterator()
        Supports a simple iteration over a nongeneric collection.
        Returns:
      • isExist

        boolean isExist(index)
        Is exist item in the collection.
        Parameters:
        index: int - index of element.
        Returns:
      • clear

         clear()
        Removes all elements from collection.