MessageQueuePermissionEntryCollection Class Members
The following tables list the members exposed by MessageQueuePermissionEntryCollection.
Public Properties
Name | Description | |
---|---|---|
![]() | Capacity | (Inherited from System.Collections.CollectionBase) |
![]() | Count | (Inherited from System.Collections.CollectionBase) |
![]() | Item | Gets or sets the object at a specified index. |
Protected Properties
Name | Description | |
---|---|---|
![]() | InnerList | (Inherited from System.Collections.CollectionBase) |
![]() | List | (Inherited from System.Collections.CollectionBase) |
Public Methods
Name | Description | |
---|---|---|
![]() | Add | Adds a specified MessageQueuePermissionEntry to this collection. |
![]() | AddRange | Overloaded. Appends a set of specified permission entries to this collection. |
![]() | Clear | (Inherited from System.Collections.CollectionBase) |
![]() | Contains | Determines whether this collection contains a specified MessageQueuePermissionEntry. |
![]() | CopyTo | Copies the permission entries from this collection to an array, starting at a particular index of the array. |
![]() | GetEnumerator | (Inherited from System.Collections.CollectionBase) |
![]() | IndexOf | Determines the index of a specified permission entry in this collection. |
![]() | Insert | Inserts a permission entry into this collection at a specified index. |
![]() | Remove | Removes a specified permission entry from this collection. |
![]() | RemoveAt | (Inherited from System.Collections.CollectionBase) |
Protected Methods
Name | Description | |
---|---|---|
![]() | OnClear | Overridden. Performs additional custom processes when clearing the contents of the System.Collections.CollectionBase instance. |
![]() | OnClearComplete | (Inherited from System.Collections.CollectionBase) |
![]() | OnInsert | Overridden. Performs additional custom processes before inserting a new element into the System.Collections.CollectionBase instance. |
![]() | OnInsertComplete | (Inherited from System.Collections.CollectionBase) |
![]() | OnRemove | Overridden. Performs additional custom processes when removing an element from the System.Collections.CollectionBase instance. |
![]() | OnRemoveComplete | (Inherited from System.Collections.CollectionBase) |
![]() | OnSet | Overridden. Performs additional custom processes before setting a value in the System.Collections.CollectionBase instance. |
![]() | OnSetComplete | (Inherited from System.Collections.CollectionBase) |
![]() | OnValidate | (Inherited from System.Collections.CollectionBase) |
See Also