asposediagram.api

Class UserCollection

User collection.

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

    • Property Getters/Setters Detail

      • getCount : int 

        int getCount()
        
    • Method Detail

      • add

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

         remove(item)
        Remove the User object from the collection.
      • getUser

        User getUser(name)
        Gets the element at the specified ID.
        Parameters:
        name: String -
        Returns:
      • getUser

        User getUser(ID)
        Gets the element at the specified ID.
        Parameters:
        ID: int -
        Returns:
      • clear

         clear()
      • removeAt

         removeAt(index)
      • iterator

        Iterator iterator()
        Reserved for internal use.