EnvelopeRecipientCollection Members
The EnvelopeRecipientCollection class is the base class for derived classes that represent a collection of objects that inherit from the EnvelopeRecipient class.
The following tables list the members exposed by the EnvelopeRecipientCollection type.
Public Properties
Name | Description | |
---|---|---|
CanAdd | When overridden in a derived class, the CanAdd property gets a value that indicates whether recipients can be added to the collection. | |
Count | When overridden in a derived class, the Count property gets the number of elements that are contained in the collection. | |
Item | When overridden in a derived class, the Item property gets or sets the element at the specified index in the collection. |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
Add | When overridden in a derived class, the Add method adds the specified RoutingAddress object to the collection. | |
Clear | When overridden in a derived class, the Clear method removes all items from the collection. | |
Contains | When overridden in a derived class, the Contains method returns a value that indicates whether the value specified by the address parameter exists in the collection. | |
Equals | Overloaded. (inherited from Object ) | |
GetEnumerator | When overridden in a derived class, the GetEnumerator method returns an enumerator object that represents the collection. | |
GetHashCode | (inherited from Object ) | |
GetType | (inherited from Object ) | |
ReferenceEquals | (inherited from Object ) | |
Remove | Overloaded. When overridden in a derived class, the Remove method removes one or more recipients from the collection. | |
ToString | (inherited from Object ) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (inherited from Object ) | |
MemberwiseClone | (inherited from Object ) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
System.Collections.Generic.IEnumerable<EnvelopeRecipient>.GetEnumerator | ||
System.Collections.IEnumerable.GetEnumerator |
Top