Bexel Manager API Documentation
Bexel.Api.SelectionSets Namespace Reference

Classes

interface  IReadOnlySelectionSetCollection
 Represents a read-only collection of Bexel.Api.SelectionSets.SelectionSets. More...
 
interface  IReadOnlySelectionSetFolderCollection
 Represents a read-only collection of Bexel.Api.SelectionSets.SelectionSetFolders. More...
 
interface  ISelectionSetCollection
 Represents a collection of Bexel.Api.SelectionSets.SelectionSets. More...
 
interface  ISelectionSetFolderCollection
 Represents a collection of Bexel.Api.SelectionSets.SelectionSetFolders. More...
 
interface  ISelectionSetFolderRefProxy
 
class  ReadOnlySelectionSetCollection
 
class  ReadOnlySelectionSetFolderCollection
 
class  SelectionSet
 Represents a group (collection) of Bexel.Api.Elements. More...
 
class  SelectionSetCollection
 
class  SelectionSetElements
 Represents a collection of elements within the Bexel.Api.SelectionSets.SelectionSet. More...
 
class  SelectionSetFolder
 Represents a group (collection) of Bexel.Api.SelectionSets.SelectionSets. More...
 
class  SelectionSetFolderCollection
 
class  SelectionSetFolderElements
 Represents a read-only collection of elements within the Bexel.Api.SelectionSets.SelectionSetFolder. More...
 
class  SelectionSetFolderID
 A unique identification for a Bexel.Api.SelectionSets.SelectionSetFolder within a single Bexel.Api.Project. More...
 
class  SelectionSetFolderRefProxy
 
class  SelectionSetID
 A unique identification for a Bexel.Api.SelectionSets.SelectionSet within a single Bexel.Api.Project. More...
 
class  SelectionSetRootFolderRefProxy
 
class  SelectionSetsChangedEventArgs
 Represents the event arguments passed when selection sets are modified. More...
 
class  SelectionSetsMonitor
 

Enumerations

enum  SelectionSetsChangeType { SelectionSetsChangeType.Mixed = 0, SelectionSetsChangeType.Added, SelectionSetsChangeType.Removed, SelectionSetsChangeType.Updated }
 Represents the type of selection sets change. More...
 

Enumeration Type Documentation

◆ SelectionSetsChangeType

Represents the type of selection sets change.

Enumerator
Mixed 

Mixed changes.

Added 

One or many selection sets added.

Removed 

One or many selection sets removed.

Updated 

One or many selection sets updated.