Bexel Manager API Documentation
|
Represents a read-only collection of elements within the Bexel.Api.Category. More...
Properties | |
override Project | Project [get] |
override IReadOnlyDictionary< int, ElementRef > | 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) |
Represents a read-only collection of elements within the Bexel.Api.Category.