|
|
The TimelinerSelection type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
|
|
TimelinerSelection()()()() |
Create an empty selection
|
|
|
TimelinerSelection(ModelItemCollection) |
Create a selection as an explicit collection of ModelItems
|
|
|
TimelinerSelection(Search) |
Create a selection as a Search
|
|
|
TimelinerSelection(Selection) |
Create a selection from a Selection (explicit ModelItems or SelectionSources)
|
|
|
TimelinerSelection(SelectionSourceCollection) |
Create a selection as a collection of SelectionSources
|
|
|
TimelinerSelection(TimelinerSelection) |
Create a copy of a selection
|
Methods
| Name | Description | |
|---|---|---|
|
|
Clear |
Reset selection to the default empty state
|
|
|
CopyFrom(IEnumerable<(Of <<'(ModelItem>)>>)) |
Initialise as explicit selection with items in from
|
|
|
CopyFrom(ModelItemCollection) |
Initialise as explicit collection of ModelItems
|
|
|
CopyFrom(Search) |
Initialise as a Search
|
|
|
CopyFrom(Selection) |
Initialise selection from a Selection
|
|
|
CopyFrom(SelectionSourceCollection) |
Initialise as collection of SelectionSources
|
|
|
CopyFrom(TimelinerSelection) |
Initialise selection with a copy of another selection
|
|
|
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 TimelinerSelection in document.
|
|
|
GetType |
Gets the Type of the current instance. (Inherited from Object.) |
|
|
MemberwiseClone |
Creates a shallow copy of the current Object. (Inherited from Object.) |
|
|
ToString | (Inherited from NativeHandle.) |
|
|
ValueEquals(TimelinerSelection) |
Performs comparison 'By Value'
|
|
|
ValueEquals(TimelinerSelection, TimelinerSelection) |
Compares the two references 'By Value'
|
Properties
| Name | Description | |
|---|---|---|
|
|
DisplayString |
Display string for the selection.
|
|
|
ExplicitSelection |
Selection as explicit collection of ModelItems
|
|
|
HasExplicitSelection |
Does this selection contain an explicit collection of ModelItems ?
|
|
|
HasSearch |
Does this selection contain a Search ?
|
|
|
HasSelectionSources |
Does this selection contain a collection of SelectionSources ?
|
|
|
IsClear |
Is this the default selection (empty) ?
|
|
|
IsDisposed |
Gets a value indicating whether the object has been disposed and is no longer available.
(Inherited from NativeHandle.) |
|
|
IsReadOnly | (Overrides NativeHandle..::..IsReadOnly.) |
|
|
Search |
Selection as a Search for ModelItems
|
|
|
SelectionSources |
Selection as collection of SelectionSources
|