In This Topic
The following tables list the members exposed by IdList.
Public Constructors
Public Properties
| Name | Description |
 | Count |
Gets the counts the number of objects in this list
|
 | Item |
Gets the item at the given index
|
Top
Public Methods
| Name | Description |
 | Add |
Add a given Id to this list
|
 | Clear |
Clears this list
|
 | IndexOf |
Gets the index of a given item in this list
|
 | RemoveAt |
Removes a item from from the given index in this list
|
 | ToArray |
Use to get integer array of ids
|
 | ToList | Overloaded.
Creates a coma separated list of Ids
|
Top
Extension Methods
| Name | Description |
 | ToQueryString | Overloaded.
Use this method to bulid query string from NameValueCollection
|
Top
See Also