CommentAuthorCollection Class |
Namespace: Spire.Presentation.Collections
The CommentAuthorCollection type exposes the following members.
| Name | Description | |
|---|---|---|
|
|
Count | (Inherited from CommentAuthorList .) |
|
|
IsSynchronized |
Gets a value indicating whether access to the collection is synchronized (thread-safe).
|
|
|
Item | (Inherited from CommentAuthorList .) |
|
|
Presentation | (Inherited from CommentAuthorList .) |
|
|
SyncRoot |
Gets a synchronization root.
Readonly
Object
.
|
| Name | Description | |
|---|---|---|
|
|
AddAuthor |
Add new author at the end of a collection.
(Inherited from
CommentAuthorList
.)
|
|
|
CopyTo |
Copies all elements from the collection to the specified array.
|
|
|
Equals |
Determines whether the specified object is equal to the current object.
(Inherited from
Object
.)
|
|
|
FindByName |
Find author in a collection by name.
(Inherited from
CommentAuthorList
.)
|
|
|
FindByNameAndInitials |
Find author in a collection by name and initials
(Inherited from
CommentAuthorList
.)
|
|
|
GetEnumerator | (Inherited from CommentAuthorList .) |
|
|
GetHashCode |
Serves as the default hash function.
(Inherited from
Object
.)
|
|
|
GetType |
Gets the
Type
of the current instance.
(Inherited from
Object
.)
|
|
|
ToArray | (Inherited from CommentAuthorList .) |
|
|
ToString |
Returns a string that represents the current object.
(Inherited from
Object
.)
|