The IndexedAxisRange type exposes the following members.
Back to Top
Back to Top
Methods
| Name | Description | |
|---|---|---|
| Clear |
Clears all values except the root value.
| |
| Contains( Object ) |
Check if the dictionary for the indexed property contains a key.
| |
| Contains(CategoryKey) |
Check if the dictionary for the indexed property contains a key.
| |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| Item Object |
Gets or sets the value corresponding to the key.
| |
| Item CategoryKey |
Gets or sets the value corresponding to the key.
| |
| RootValue |
Get or sets the root value.
|
See Also