|
Add(String) |
Creates and adds an AggregationInstanceDimension, the specified by cubeDimensionId, to the end of the collection. |
|
Add(AggregationInstanceDimension) |
Adds the specified AggregationInstanceDimension to the end of the collection. |
|
Add(ModelComponent) |
基础结构。 (从 ModelComponentCollection 继承。) |
|
Add(String, IModelComponent) |
(从 ModelComponentCollection 继承。) |
|
Add(ModelComponent, Boolean) |
基础结构。 (从 ModelComponentCollection 继承。) |
|
Add(String, IModelComponent, Boolean) |
(从 ModelComponentCollection 继承。) |
|
AddNew(String, Type) |
基础结构。 (从 ModelComponentCollection 继承。) |
|
AddNew(String, String, Type) |
基础结构。 (从 ModelComponentCollection 继承。) |
|
CanAdd |
基础结构。 (从 ModelComponentCollection 继承。) |
|
ChangeKey |
基础结构。 (从 ModelComponentCollection 继承。) |
|
Clear |
Removes all elements from the ModelComponentCollection. (从 ModelComponentCollection 继承。) |
|
Contains(String) |
Indicates whether the collection contains an AggregationInstanceDimension, which is identified by cubeDimensionId. |
|
Contains(AggregationInstanceDimension) |
Indicates whether the collection contains the specified AggregationInstanceDimension. |
|
Contains(IModelComponent) |
(从 ModelComponentCollection 继承。) |
|
CopyTo |
Copies the entire ModelComponentCollection to a one-dimensional Array, starting at the specified index of the target array. (从 ModelComponentCollection 继承。) |
|
EnsureLoaded |
基础结构。 (从 ModelComponentCollection 继承。) |
|
Equals |
(从 Object 继承。) |
|
Finalize |
(从 Object 继承。) |
|
Find |
Gets the AggregationInstanceDimension, with the specified cubeDimensionId, from the collection. |
|
GetEnumerator |
Returns an enumerator that can iterate through the ModelComponentCollection. (从 ModelComponentCollection 继承。) |
|
GetHashCode |
(从 Object 继承。) |
|
GetItem |
Gets a reference to the specified component. (从 ModelComponentCollection 继承。) |
|
GetType |
(从 Object 继承。) |
|
IndexOf(String) |
Gets the index of a AggregationInstanceDimension, which is identified by cubeDimensionId, from the collection. |
|
IndexOf(AggregationInstanceDimension) |
Gets the index of a specified AggregationInstanceDimension in the collection |
|
IndexOf(IModelComponent) |
(从 ModelComponentCollection 继承。) |
|
Insert(Int32, AggregationInstanceDimension) |
Inserts a specified AggregationInstanceDimension into the collection at the location specified by index. |
|
Insert(Int32, String) |
Creates and inserts a specific AggregationInstanceDimension into the collection at the specified index. |
|
Insert(Int32, ModelComponent) |
基础结构。 (从 ModelComponentCollection 继承。) |
|
Insert(IModelComponent, String, Int32) |
(从 ModelComponentCollection 继承。) |
|
Insert(IModelComponent, String, Int32, Boolean) |
(从 ModelComponentCollection 继承。) |
|
MemberwiseClone |
(从 Object 继承。) |
|
Move(Int32, Int32) |
Moves a specified AggregationInstanceDimension from one position to another position in the collection. |
|
Move(String, Int32) |
Moves a specified AggregationInstanceDimension into the collection to the specified index position. |
|
Move(AggregationInstanceDimension, Int32) |
Moves a specified AggregationInstanceDimension to a new index position in the collection. |
|
Remove(String) |
Removes the AggregationInstanceDimension, identified by cubeDimensionId, from the collection. |
|
Remove(AggregationInstanceDimension) |
Removes the specified AggregationInstanceDimension from the collection. |
|
Remove(IModelComponent) |
(从 ModelComponentCollection 继承。) |
|
Remove(String, Boolean) |
基础结构。 |
|
Remove(AggregationInstanceDimension, Boolean) |
基础结构。 |
|
RemoveAt(Int32) |
Removes the IModelComponent at the specified index from the ModelComponentCollection. (从 ModelComponentCollection 继承。) |
|
RemoveAt(Int32, Boolean) |
基础结构。 (从 ModelComponentCollection 继承。) |
|
ToString |
(从 Object 继承。) |