Bexel Manager API Documentation
Bexel.Api.Cost.CostVersions Class Reference

Represents a read-only collection of cost versions within the Bexel.Api.Project. More...

Inheritance diagram for Bexel.Api.Cost.CostVersions:
IReadOnlyDictionary Bexel.Api.IActiveProvider< CostVersion >

Public Member Functions

bool ContainsKey (CostVersionID id)
 
bool TryGetValue (CostVersionID id, out CostVersion value)
 

Properties

EventHandler< CostVersionChangedEventArgsChanged
 Occurs when a cost version is modified. More...
 
int Count [get]
 
IEnumerable< CostVersionIDKeys [get]
 
IEnumerable< CostVersionValues [get]
 
CostVersion Active [get]
 
CostVersion this[CostVersionID id] [get]
 
- Properties inherited from Bexel.Api.IActiveProvider< CostVersion >
Active [get]
 Returns the active item. More...
 

Detailed Description

Represents a read-only collection of cost versions within the Bexel.Api.Project.

Property Documentation

◆ Changed

EventHandler<CostVersionChangedEventArgs> Bexel.Api.Cost.CostVersions.Changed
addremove

Occurs when a cost version is modified.