|
|
The SelectionSet type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
|
|
SelectionSet()()()() |
Create a SelectionSet with empty ExplicitModelItems
|
|
|
SelectionSet(ModelItemCollection) |
Create a SelectionSet with ExplicitModelItems
|
|
|
SelectionSet(Search) |
Create a SelectionSet with a Search
|
|
|
SelectionSet(SelectionSet) |
Create a copy of another SelectionSet
|
Methods
| Name | Description | |
|---|---|---|
|
|
CopyFrom(IEnumerable<(Of <<'(ModelItem>)>>)) |
Initialise as explicit ModelItems with items in from
|
|
|
CopyFrom(ModelItemCollection) |
Initialize SelectionSet with copy of ExplicitModelItems
|
|
|
CopyFrom(Search) |
Initialize SelectionSet with copy of a Search
|
|
|
CopyFrom(SelectionSet) |
Initialize SelectionSet with copy of another SelectionSet
|
|
|
CreateCopy |
Create a new copy of this item
(Inherited from SavedItem.) |
|
|
CreateNewInstance |
Create a new item of the same type as this item
(Inherited from SavedItem.) |
|
|
CreateUniqueCopy |
Create an unique copy of item
(Inherited from SavedItem.) |
|
|
Dispose()()()() |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from NativeHandle.) |
|
|
Dispose(Boolean) | (Inherited from NativeHandle.) |
|
|
Equals |
Determines whether the specified object and the current object refer to the same
underlying native object. Returns false if either object has been disposed.
(Inherited from NativeHandle.) |
|
|
Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from NativeHandle.) |
|
|
GetHashCode | (Inherited from NativeHandle.) |
|
|
GetSelectedItems()()()() |
Returns a ModelItemCollection that represents the items specified by this SelectionSet in the document
which it is associated with.
|
|
|
GetSelectedItems(Document) |
Returns a ModelItemCollection that represents the items specified by this SelectionSet in document.
|
|
|
GetType |
Gets the Type of the current instance. (Inherited from Object.) |
|
|
MakeDisplayNameUnique(GroupItem) |
Makes a name unique within the immediate children on the group
(Inherited from SavedItem.) |
|
|
MakeDisplayNameUnique(GroupItem, String) |
Makes a name unique within the immediate children on the group
(Inherited from SavedItem.) |
|
|
MemberwiseClone |
Creates a shallow copy of the current Object. (Inherited from Object.) |
|
|
ToString | (Inherited from NativeHandle.) |
|
|
ValueEquals(SelectionSet) |
Performs comparison 'By Value'
|
|
|
ValueEquals(SelectionSet, SelectionSet) |
Compares the two references 'By Value'
|
Properties
| Name | Description | |
|---|---|---|
|
|
Comments |
Comments about the item
(Inherited from SavedItem.) |
|
|
DisplayName |
Name for item as displayed in the GUI
(Inherited from SavedItem.) |
|
|
ExplicitModelItems |
The explicit ModelItems stored in the selection set
|
|
|
Guid |
Globally Unique Id for item
(Inherited from SavedItem.) |
|
|
HasExplicitModelItems |
Does the SelectionSet contain an explicit set of ModelItems ?
|
|
|
HasSearch |
Does the SelectionSet contain a Search ?
|
|
|
IsDisposed |
Gets a value indicating whether the object has been disposed and is no longer available.
(Inherited from NativeHandle.) |
|
|
IsGroup |
True if this item is a GroupItem
(Inherited from SavedItem.) |
|
|
IsReadOnly | (Overrides SavedItem..::..IsReadOnly.) |
|
|
Parent |
Parent of this item. Null if item has no parent
(Inherited from SavedItem.) |
|
|
Search |
The Search stored in the selection set
|