Bexel Manager API Documentation
|
Public Member Functions | |
IEnumerator< SelectionSet > | GetEnumerator () |
SelectionSet | GetSelectionSetByID (SelectionSetID id) |
Retrieves the selection set with the specified ID. More... | |
SelectionSet | GetSelectionSetByID (int internalID) |
Retrieves the selection set with the specified internal ID. More... | |
SelectionSet | GetSelectionSetByName (string name) |
Retrieves the selection set with the specified name. More... | |
bool | ContainsKey (SelectionSetID id) |
Determines whether the collection contains the selection set with the specified ID. More... | |
bool | ContainsKey (int internalID) |
Determines whether the collection contains the selection set with the specified internal ID. More... | |
Protected Attributes | |
readonly SelectionSetCollectionRef | selectionSetsRef |
readonly Project | project |
Properties | |
int | Count [get] |
SelectionSet | this[SelectionSetID id] [get] |
SelectionSet | this[int internalID] [get] |
![]() | |
SelectionSet | this[SelectionSetID id] [get] |
Retrieves the selection set with the specified ID. More... | |
SelectionSet | this[int internalID] [get] |
Retrieves the selection set with the specified selection set internal ID. More... | |
bool Bexel.Api.SelectionSets.ReadOnlySelectionSetCollection.ContainsKey | ( | SelectionSetID | id | ) |
Determines whether the collection contains the selection set with the specified ID.
id | ID of the selection set. |
Implements Bexel.Api.SelectionSets.IReadOnlySelectionSetCollection.
bool Bexel.Api.SelectionSets.ReadOnlySelectionSetCollection.ContainsKey | ( | int | internalID | ) |
Determines whether the collection contains the selection set with the specified internal ID.
internalID | Internal ID of the selection set. |
Implements Bexel.Api.SelectionSets.IReadOnlySelectionSetCollection.
SelectionSet Bexel.Api.SelectionSets.ReadOnlySelectionSetCollection.GetSelectionSetByID | ( | SelectionSetID | id | ) |
Retrieves the selection set with the specified ID.
id | ID of the selection set. |
Implements Bexel.Api.SelectionSets.IReadOnlySelectionSetCollection.
SelectionSet Bexel.Api.SelectionSets.ReadOnlySelectionSetCollection.GetSelectionSetByID | ( | int | internalID | ) |
Retrieves the selection set with the specified internal ID.
internalID | Internal ID of the selection set. |
Implements Bexel.Api.SelectionSets.IReadOnlySelectionSetCollection.
SelectionSet Bexel.Api.SelectionSets.ReadOnlySelectionSetCollection.GetSelectionSetByName | ( | string | name | ) |
Retrieves the selection set with the specified name.
name | The name of the selection set. |
Implements Bexel.Api.SelectionSets.IReadOnlySelectionSetCollection.