Membres CalculationPropertyCollection
Contains a collection of CalculationProperty objects. This class cannot be inherited.
Le type CalculationPropertyCollection expose les membres suivants.
Méthodes
Nom | Description | |
---|---|---|
Add(String) | Creates and adds a CalculationProperty, with the specified identifier, to the end of the collection. | |
Add(CalculationProperty) | Adds a CalculationProperty to the end of the collection. | |
Add(ModelComponent) | Infrastructure. (Hérité de ModelComponentCollection.) | |
Add(String, IModelComponent) | (Hérité de ModelComponentCollection.) | |
Add(ModelComponent, Boolean) | Infrastructure. (Hérité de ModelComponentCollection.) | |
Add(String, IModelComponent, Boolean) | (Hérité de ModelComponentCollection.) | |
AddNew(String, Type) | Infrastructure. (Hérité de ModelComponentCollection.) | |
AddNew(String, String, Type) | Infrastructure. (Hérité de ModelComponentCollection.) | |
CanAdd | Infrastructure. (Hérité de ModelComponentCollection.) | |
ChangeKey | Infrastructure. (Hérité de ModelComponentCollection.) | |
Clear | Removes all elements from the ModelComponentCollection. (Hérité de ModelComponentCollection.) | |
Contains(String) | Indicates whether the collection contains a CalculationProperty, with the specified identifier. | |
Contains(CalculationProperty) | Indicates whether the collection contains a specified CalculationProperty. | |
Contains(IModelComponent) | (Hérité de ModelComponentCollection.) | |
CopyTo | Copies the entire ModelComponentCollection to a one-dimensional Array, starting at the specified index of the target array. (Hérité de ModelComponentCollection.) | |
EnsureLoaded | Infrastructure. (Hérité de ModelComponentCollection.) | |
Equals | (Hérité de Object.) | |
Finalize | (Hérité de Object.) | |
Find | Gets the CalculationProperty, with the specified identifier, from the collection. | |
GetEnumerator | Returns an enumerator that can iterate through the ModelComponentCollection. (Hérité de ModelComponentCollection.) | |
GetHashCode | (Hérité de Object.) | |
GetItem | Gets a reference to the specified component. (Hérité de ModelComponentCollection.) | |
GetType | (Hérité de Object.) | |
IndexOf(String) | Gets the index of a CalculationProperty with the specified identifier. | |
IndexOf(CalculationProperty) | Gets the index of a specified CalculationProperty. | |
IndexOf(IModelComponent) | (Hérité de ModelComponentCollection.) | |
Insert(Int32, CalculationProperty) | Inserts a CalculationProperty into the collection at the specified index. | |
Insert(Int32, String) | Creates and inserts a CalculationProperty, with the specified identifier, into the collection at the specified index. | |
Insert(Int32, ModelComponent) | Infrastructure. (Hérité de ModelComponentCollection.) | |
Insert(IModelComponent, String, Int32) | (Hérité de ModelComponentCollection.) | |
Insert(IModelComponent, String, Int32, Boolean) | (Hérité de ModelComponentCollection.) | |
MemberwiseClone | (Hérité de Object.) | |
Move(Int32, Int32) | Moves a CalculationProperty at the current specified index to a new specified index in the collection. | |
Move(String, Int32) | Moves a CalculationProperty, with the specified identifier, to the specified index in the collection. | |
Move(CalculationProperty, Int32) | Moves a CalculationProperty to a new index in the collection. | |
Remove(String) | Removes the CalculationProperty, with the specified identifier, from the collection. | |
Remove(CalculationProperty) | Removes the specified CalculationProperty from the collection. | |
Remove | (Hérité de ModelComponentCollection.) | |
Remove(String, Boolean) | Infrastructure. | |
Remove(CalculationProperty, Boolean) | Infrastructure. | |
RemoveAt(Int32) | Removes the IModelComponent at the specified index from the ModelComponentCollection. (Hérité de ModelComponentCollection.) | |
RemoveAt(Int32, Boolean) | Infrastructure. (Hérité de ModelComponentCollection.) | |
ToString | (Hérité de Object.) |
Haut de la page
Propriétés
Nom | Description | |
---|---|---|
Count | Gets the number of ModelComponent objects in the ModelComponentCollection. (Hérité de ModelComponentCollection.) | |
DemandLoadingService | Infrastructure. (Hérité de ModelComponentCollection.) | |
IsFixedSize | Gets a value indicating whether the ModelComponentCollection has a fixed size. (Hérité de ModelComponentCollection.) | |
IsReadOnly | Gets a value indicating whether the ModelComponentCollection is read-only. (Hérité de ModelComponentCollection.) | |
IsSynchronized | Gets a value indicating whether access to the ModelComponentCollection is synchronized (thread-safe). (Hérité de ModelComponentCollection.) | |
Item[ ( [ ( Int32] ) ] ) | Gets the CalculationProperty at the specified index from the collection. | |
Item[ ( [ ( String] ) ] ) | Gets the CalculationProperty, with the specified identifier, from the collection. | |
ItemsType | Gets the Type of objects that can be contained by the ModelComponentCollection. (Hérité de ModelComponentCollection.) | |
Parent | Gets the IModelComponent that contains the ModelComponentCollection. (Hérité de ModelComponentCollection.) | |
Preloadable | Infrastructure. (Hérité de ModelComponentCollection.) | |
SyncRoot | Gets an object that can be used to synchronize access to the ModelComponentCollection. (Hérité de ModelComponentCollection.) |
Haut de la page
Événements
Nom | Description | |
---|---|---|
CollectionChanged | Infrastructure. (Hérité de ModelComponentCollection.) | |
CollectionChanging | Infrastructure. (Hérité de ModelComponentCollection.) |
Haut de la page
Implémentations d'interfaces explicites
Nom | Description | |
---|---|---|
IList. . :: . .Add | (Hérité de ModelComponentCollection.) | |
IList. . :: . .Clear | (Hérité de ModelComponentCollection.) | |
IList. . :: . .Contains | (Hérité de ModelComponentCollection.) | |
IList. . :: . .IndexOf | (Hérité de ModelComponentCollection.) | |
IList. . :: . .Insert | (Hérité de ModelComponentCollection.) | |
IList. . :: . .Item | (Hérité de ModelComponentCollection.) | |
IList. . :: . .Remove | (Hérité de ModelComponentCollection.) | |
IList. . :: . .RemoveAt | (Hérité de ModelComponentCollection.) | |
IModelComponentCollection. . :: . .Contains | (Hérité de ModelComponentCollection.) | |
IModelComponentCollection. . :: . .Remove(IModelComponent) | (Hérité de ModelComponentCollection.) | |
IModelComponentCollection. . :: . .Remove(IModelComponent, Boolean) | (Hérité de ModelComponentCollection.) | |
IOnDemandLoadableCollection. . :: . .BlockOnDemandLoad | (Hérité de ModelComponentCollection.) | |
IOnDemandLoadableCollection. . :: . .Loaded | (Hérité de ModelComponentCollection.) |
Haut de la page