Métodos MeasureGroupDimensionCollection
Incluir membros protegidos
Incluir membros herdados
O tipo MeasureGroupDimensionCollection expõe os membros a seguir.
Nome | Descrição | |
---|---|---|
![]() |
Add(String) | Creates, adds to collection and returns a new RegularMeasureGroupDimension. |
![]() |
Add(MeasureGroupDimension) | Adds a MeasureGroupDimension to the end of the collection. |
![]() |
Add(ModelComponent) | Infraestrutura. Adds a ModelComponent object to the ModelComponentCollection. (Herdado de ModelComponentCollection.) |
![]() |
Add(ModelComponent, Boolean) | Infraestrutura. Adds a ModelComponent object to the ModelComponentCollection. (Herdado de ModelComponentCollection.) |
![]() |
CanAdd | Infraestrutura. Indicates whether the collection can add a ModelComponent. (Herdado de ModelComponentCollection.) |
![]() |
ChangeKey | Infraestrutura. Changes the specified keys to the collection. (Herdado de ModelComponentCollection.) |
![]() |
Clear | Removes all elements from the ModelComponentCollection. (Herdado de ModelComponentCollection.) |
![]() |
Contains(String) | Determines whether a MeasureGroupDimension with the specified cube dimension identifier is in the collection. |
![]() |
Contains(MeasureGroupDimension) | Indicates whether the collection contains a specified MeasureGroupDimension. |
![]() |
CopyTo | Copies the entire ModelComponentCollection to a one-dimensional Array, starting at the specified index of the target array. (Herdado de ModelComponentCollection.) |
![]() |
Equals | (Herdado de Object.) |
![]() |
Find | Gets the MeasureGroupDimension that has the specified identifier from the collection. |
![]() |
GetEnumerator | Returns an enumerator that can iterate through the ModelComponentCollection. (Herdado de ModelComponentCollection.) |
![]() |
GetHashCode | (Herdado de Object.) |
![]() |
GetType | (Herdado de Object.) |
![]() |
IndexOf(String) | Gets the index of a MeasureGroupDimension that has the specified identifier. |
![]() |
IndexOf(MeasureGroupDimension) | Gets the index of a specified MeasureGroupDimension. |
![]() |
Insert(Int32, MeasureGroupDimension) | Inserts a MeasureGroupDimension into the collection at the specified index. |
![]() |
Insert(Int32, String) | Creates and inserts a MeasureGroupDimension, with the specified identifier, into the collection at the specified index. |
![]() |
Insert(Int32, ModelComponent) | Infraestrutura. Inserts an ModelComponent in the ModelComponentCollection. (Herdado de ModelComponentCollection.) |
![]() |
Move(Int32, Int32) | Moves a MeasureGroupDimension at the current specified index to a new specified index in the collection. |
![]() |
Move(String, Int32) | Moves a MeasureGroupDimension in the collection to a specified position. |
![]() |
Move(MeasureGroupDimension, Int32) | Moves a MeasureGroupDimension to a new index in the collection. |
![]() |
Remove(String) | Removes a MeasureGroupDimension from the collection. |
![]() |
Remove(IModelComponent) | Removes the specified IModelComponent from the collection. (Herdado de ModelComponentCollection.) |
![]() |
Remove(MeasureGroupDimension) | Removes the specified MeasureGroupDimension from the collection. |
![]() |
Remove(String, Boolean) | Infraestrutura. Removes a MeasureGroupDimension from the collection. |
![]() |
Remove(MeasureGroupDimension, Boolean) | Infraestrutura. Removes the specified MeasureGroupDimension from the collection. |
![]() |
RemoveAt(Int32) | Removes the IModelComponent at the specified index from the ModelComponentCollection. (Herdado de ModelComponentCollection.) |
![]() |
RemoveAt(Int32, Boolean) | Infraestrutura. Removes the IModelComponent at the specified index from the ModelComponentCollection. (Herdado de ModelComponentCollection.) |
![]() |
ToString | (Herdado de Object.) |
Início
Nome | Descrição | |
---|---|---|
![]() ![]() |
IList.Add | Adds an item to the collection. (Herdado de ModelComponentCollection.) |
![]() ![]() |
IList.Clear | Removes all items from the collection. (Herdado de ModelComponentCollection.) |
![]() ![]() |
IList.Contains | Indicates whether the collection contains a specific value. (Herdado de ModelComponentCollection.) |
![]() ![]() |
IList.IndexOf | Determines the index of a specific item in the collection. (Herdado de ModelComponentCollection.) |
![]() ![]() |
IList.Insert | Inserts an item to the collection at the specified index. (Herdado de ModelComponentCollection.) |
![]() ![]() |
IList.Remove | Removes the first occurrence of a specified object from the collection. (Herdado de ModelComponentCollection.) |
![]() ![]() |
IList.RemoveAt | Removes the item at the specified index. (Herdado de ModelComponentCollection.) |
![]() ![]() |
IModelComponentCollection.Contains | Indicates whether the collection contains a specific value. (Herdado de ModelComponentCollection.) |
![]() ![]() |
IModelComponentCollection.Remove(IModelComponent) | Removes the first occurrence of a specific IModelComponent from the ModelComponentCollection. (Herdado de ModelComponentCollection.) |
![]() ![]() |
IModelComponentCollection.Remove(IModelComponent, Boolean) | Removes the first occurrence of a specific IModelComponent from the ModelComponentCollection. (Herdado de ModelComponentCollection.) |
![]() ![]() |
IOnDemandLoadableCollection.BlockOnDemandLoad | Specifies the blocked demand load. (Herdado de ModelComponentCollection.) |
Início