|
Bexel Manager API Documentation
|
Represents a read-only collection of cost versions within the Bexel.Api.Project. More...
Public Member Functions | |
| bool | ContainsKey (CostVersionID id) |
| bool | TryGetValue (CostVersionID id, out CostVersion value) |
Properties | |
| EventHandler< CostVersionChangedEventArgs > | Changed |
| Occurs when a cost version is modified. More... | |
| int | Count [get] |
| IEnumerable< CostVersionID > | Keys [get] |
| IEnumerable< CostVersion > | Values [get] |
| CostVersion | Active [get] |
| CostVersion | this[CostVersionID id] [get] |
Properties inherited from Bexel.Api.IActiveProvider< CostVersion > | |
| T | Active [get] |
| Returns the active item. More... | |
Represents a read-only collection of cost versions within the Bexel.Api.Project.
|
addremove |
Occurs when a cost version is modified.