asposediagram.api

Class ReviewerCollection

Reviewer collection.

Property Getters/Setters Summary
methodgetCount()
methodget(index)
 
Method Summary
methodadd(item)
Add the Reviewer object in the collection.
methodclear()
methodgetReviewer(ID)
Gets the element at the specified ID.
methodgetReviewer(name)
Gets the element at the specified name.
methoditerator()
Reserved for internal use.
methodremove(item)
Remove the Reviewer object from the collection.
methodremoveAt(index)
 

    • Property Getters/Setters Detail

      • getCount : int 

        int getCount()
        
    • Method Detail

      • add

        int add(item)
        Add the Reviewer object in the collection.
        Returns:
      • remove

         remove(item)
        Remove the Reviewer object from the collection.
      • getReviewer

        Reviewer getReviewer(ID)
        Gets the element at the specified ID.
        Parameters:
        ID: int -
        Returns:
      • getReviewer

        Reviewer getReviewer(name)
        Gets the element at the specified name.
        Parameters:
        name: String -
        Returns:
      • clear

         clear()
      • removeAt

         removeAt(index)
      • iterator

        Iterator iterator()
        Reserved for internal use.