ThreadedCommentAuthorCollection
Contents
[
Hide
]ThreadedCommentAuthorCollection class
Represents all persons who .
Constructors
| Name | Description |
|---|---|
| ThreadedCommentAuthorCollection |
Properties
| Name | Type | Description |
|---|---|---|
| CurrentPerson | ThreadedCommentAuthor | Gets and sets the current user. |
| Count | int | |
| Item (int) | ThreadedCommentAuthor | Gets the person who create threaded comments. |
| Item (java.lang.String) | ThreadedCommentAuthor | Gets the person who create threaded comments. |
Methods
| Name | Description |
|---|---|
| indexOf | Gets the index of ThreadedCommentAuthor object |
| add | Adds one thread comment person. |
| clear | |
| removeAt | |
| iterator | |
| get | Reserved for internal use. |
| contains | Reserved for internal use. |
ThreadedCommentAuthorCollection()
ThreadedCommentAuthorCollection.CurrentPerson property
Gets and sets the current user.
Type: ThreadedCommentAuthor
ThreadedCommentAuthorCollection.Count property
Type: int
ThreadedCommentAuthorCollection.Item (int) property
Gets the person who create threaded comments.
Type: ThreadedCommentAuthor
ThreadedCommentAuthorCollection.Item (java.lang.String) property
Gets the person who create threaded comments.
Type: ThreadedCommentAuthor
indexOf(author) (1 of 2)
Gets the index of ThreadedCommentAuthor object
| Parameter | Type | Description |
|---|---|---|
| author | ThreadedCommentAuthor | The ThreadedCommentAuthor object |
Returns: The index in the ThreadedCommentAuthor collection
indexOf(value) (2 of 2)
Reserved for internal use.
add(name, userId, providerId) (1 of 2)
Adds one thread comment person.
| Parameter | Type | Description |
|---|---|---|
| name | String | The name of the person. |
| userId | String | |
| providerId | String | The id of the provider |
add(value) (2 of 2)
Reserved for internal use.
clear()
removeAt(index)
iterator()
get(index)
Reserved for internal use.
contains(value)
Reserved for internal use.