Bexel Manager API Documentation
Bexel.Api.SelectedElementsCollection Class Reference

Represents a read-only collection of selected elements. More...

Inheritance diagram for Bexel.Api.SelectedElementsCollection:
Bexel.Api.ReadOnlyElementCollection< TElement > Bexel.Api.IReadOnlyElementCollection< TElement > IReadOnlyCollection

Properties

override Project Project [get]
 
override IReadOnlyDictionary< int, ProjectInformation.Data.Element > ElementCollectionRef [get]
 
- Properties inherited from Bexel.Api.ReadOnlyElementCollection< TElement >
abstract Project Project [get]
 
abstract IReadOnlyDictionary< int, ElementRef > ElementCollectionRef [get]
 
int Count [get]
 
TElement this[ElementID id] [get]
 
TElement this[int internalID] [get]
 
- Properties inherited from Bexel.Api.IReadOnlyElementCollection< TElement >
TElement this[ElementID id] [get]
 Retrieves the element with the specified ID. More...
 
TElement this[int internalID] [get]
 Retrieves the element with the specified internal ID. More...
 

Additional Inherited Members

- Public Member Functions inherited from Bexel.Api.ReadOnlyElementCollection< TElement >
TElement GetElementByID (ElementID id)
 Retrieves the element with the specified ID. More...
 
TElement GetElementByID (int internalID)
 Retrieves the element with the specified internal ID. More...
 
TElement GetElementByID (string uniqueID)
 Retrieves the element with the specified unique ID. More...
 
TElement GetElementByID (Guid uniqueID)
 Retrieves the element with the specified unique ID. More...
 
IEnumerable< TElement > GetElementsByID (string uniqueID)
 Retrieves the elements with the specified unique ID. More...
 
IEnumerable< TElement > GetElementsByID (Guid uniqueID)
 Retrieves the elements with the specified unique ID. More...
 
IEnumerator< TElement > GetEnumerator ()
 
bool ContainsKey (ElementID id)
 Determines whether the collection contains the element with the specified ID. More...
 
bool ContainsKey (int internalID)
 Determines whether the collection contains the element with the specified internal ID. More...
 
- Protected Member Functions inherited from Bexel.Api.ReadOnlyElementCollection< TElement >
abstract TElement Create (ElementRef elementRef)
 
override Element Create (ElementRef elementRef)
 

Detailed Description

Represents a read-only collection of selected elements.