Suspendable |
[Missing <summary> documentation for "T:Altaxo.Main.SuspendableDocumentNodeBase.SetOfEventData"]
protected class SetOfEventData : Dictionary<EventArgs, EventArgs>, ISetOfEventData, ICollection<EventArgs>, IEnumerable<EventArgs>, IEnumerable
The SuspendableDocumentNodeBaseSetOfEventData type exposes the following members.
Name | Description | |
---|---|---|
SuspendableDocumentNodeBaseSetOfEventData | Initializes a new instance of the SuspendableDocumentNodeBaseSetOfEventData class |
Name | Description | |
---|---|---|
Comparer | Gets the IEqualityComparerT that is used to determine equality of keys for the dictionary. (Inherited from DictionaryEventArgs, EventArgs) | |
Count | Gets the number of key/value pairs contained in the DictionaryTKey, TValue. (Inherited from DictionaryEventArgs, EventArgs) | |
IsReadOnly | ||
Item | Gets or sets the value associated with the specified key. (Inherited from DictionaryEventArgs, EventArgs) | |
Keys | Gets a collection containing the keys in the DictionaryTKey, TValue. (Inherited from DictionaryEventArgs, EventArgs) | |
Values | Gets a collection containing the values in the DictionaryTKey, TValue. (Inherited from DictionaryEventArgs, EventArgs) |
Name | Description | |
---|---|---|
Add(EventArgs) | ||
Add(TKey, TValue) | Adds the specified key and value to the dictionary. (Inherited from DictionaryEventArgs, EventArgs) | |
Clear | Removes all keys and values from the DictionaryTKey, TValue. (Inherited from DictionaryEventArgs, EventArgs) | |
Contains | ||
ContainsKey | Determines whether the DictionaryTKey, TValue contains the specified key. (Inherited from DictionaryEventArgs, EventArgs) | |
ContainsValue | Determines whether the DictionaryTKey, TValue contains a specific value. (Inherited from DictionaryEventArgs, EventArgs) | |
CopyTo | ||
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
GetEnumerator | ||
GetHashCode | Serves as the default hash function. (Inherited from Object) | |
GetObjectData | Implements the ISerializable interface and returns the data needed to serialize the DictionaryTKey, TValue instance. (Inherited from DictionaryEventArgs, EventArgs) | |
GetType | Gets the Type of the current instance. (Inherited from Object) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
OnDeserialization | Implements the ISerializable interface and raises the deserialization event when the deserialization is complete. (Inherited from DictionaryEventArgs, EventArgs) | |
Remove | Removes the value with the specified key from the DictionaryTKey, TValue. (Inherited from DictionaryEventArgs, EventArgs) | |
SetOrAccumulate | Puts the specified item in the collection, regardless whether it is already contained or not. If it is not already contained, it is added to the collection. If it is already contained, and is of type SelfAccumulateableEventArgs, the Add(SelfAccumulateableEventArgs) function is used to add the item to the already contained item. | |
ToString | Returns a string that represents the current object. (Inherited from Object) | |
TryGetValue | Gets the value associated with the specified key. (Inherited from DictionaryEventArgs, EventArgs) |
Name | Description | |
---|---|---|
AddRangeEventArgs |
Adds a range of items to a collection.
(Defined by ListExtensions) | |
FillWithEventArgs | (Defined by ListExtensions) | |
FirstOrEventArgs |
Returns the first value of the enumeration, or, if the enumeration is empty, the other value provided in the arguments.
(Defined by EnumerableExtensions) | |
FlattenFromRootToLeavesEventArgs |
Converts a recursive data structure into a flat list. The root element is enumerated before its corresponding child element(s).
(Defined by EnumerableExtensions) | |
ForEachDoEventArgs |
Executes an action for each element of the sequence.
(Defined by EnumerableExtensions) | |
HasSingleElementEventArgs |
Determines whether the specified enumeration has exactly one element.
(Defined by EnumerableExtensions) | |
IndexOfEventArgs |
Gets the index of an item in a enumeration or list.
(Defined by ListExtensions) | |
IndexOfFirstEventArgs |
Gets the index the of first item in list that fulfills the predicate predicate (Defined by ListExtensions) | |
IndexOfFirstEventArgs |
Gets the index the of first item in list that fulfills the predicate predicate (Defined by ListExtensions) | |
IndexOfMaxEventArgs | Return the index of the element with the maximum value in an enumerable.
If multiple elements with the same minimal value exist, the index of the first element in the sequence is returned. (Defined by EnumerableExtensions) | |
IndexOfMinEventArgs | Return the index of the element with the minimum value in an enumerable.
If multiple elements with the same minimal value exist, the index of the first element in the sequence is returned. (Defined by EnumerableExtensions) | |
IndicesInt32AndValuesWhereEventArgs |
Returns tuples of index and element of all elements in an enumeration which fullfill a given condition, given by the element's value.
(Defined by EnumerableExtensions) | |
IndicesInt32AndValuesWhereEventArgs |
Returns tuples of index and element of all elements in an enumeration which fullfill a given condition, given by the element's value and its index.
(Defined by EnumerableExtensions) | |
IndicesInt32WhereEventArgs |
Returns the indices of the elements which fullfill a given condition, given by the element's value.
(Defined by EnumerableExtensions) | |
IndicesInt32WhereEventArgs |
Returns the indices of the elements which fullfill a given condition, given by the element's value and its index.
(Defined by EnumerableExtensions) | |
IndicesOfMinMaxEventArgs | Return the index of the element with the minimum value in an enumerable.
If multiple elements with the same minimal value exist, the index of the first element in the sequence is returned. (Defined by EnumerableExtensions) | |
IsEmptyEventArgs |
Determines whether the specified enumeration is empty.
(Defined by EnumerableExtensions) | |
JoinConditionalEventArgs, T2 |
Takes a join of two sequences, but only takes into account those pair, which fulfill a given condition.
(Defined by EnumerableExtensions) | |
JoinConditionalEventArgs, T2, TResult |
Takes a join of two sequences, but only takes into account those pair, which fulfill a given condition.
(Defined by EnumerableExtensions) | |
LastOrEventArgs |
Returns the last value of the enumeration, or, if the enumeration is empty, the other value provided in the arguments.
(Defined by EnumerableExtensions) | |
MaxElementEventArgs, M |
Gets the element of a IEnumerabe that evaluates by means of a conversion function to the maximal value.
This is different from Select(x => conversion(x)).Max() insofar as it not returns the maximum value, but the original element x which converts to the maximum value.
(Defined by EnumerableExtensions) | |
MaxOrDefaultEventArgs, M |
Evaluates the maximum of a enumeration of elements, or returns a default value if the series is empty.
(Defined by EnumerableExtensions) | |
SelectCombinationEventArgs |
Select a random combination, without repetition, from a data sequence by selecting k elements in original order.
(Defined by Combinatorics) | |
SelectCombinationWithRepetitionEventArgs |
Select a random combination, with repetition, from a data sequence by selecting k elements in original order.
(Defined by Combinatorics) | |
SelectPermutationEventArgs |
Select a random permutation from a data sequence by returning the provided data in random order.
Implemented using Fisher-Yates Shuffling.
(Defined by Combinatorics) | |
SelectVariationEventArgs |
Select a random variation, without repetition, from a data sequence by randomly selecting k elements in random order.
Implemented using partial Fisher-Yates Shuffling.
(Defined by Combinatorics) | |
SelectVariationWithRepetitionEventArgs |
Select a random variation, with repetition, from a data sequence by randomly selecting k elements in random order.
(Defined by Combinatorics) | |
TakeAllButLastEventArgs |
Takes all elements of the enumeration except the last element.
(Defined by EnumerableExtensions) | |
ThisOrEmptyEventArgs |
Returns either the provided enumeration, or if it is null, an empty enumeration.
(Defined by EnumerableExtensions) | |
TryGetFirstAndLastEventArgs |
Returns true and the first and last value of the enumeration, or, if the enumeration is empty, returns false.
(Defined by EnumerableExtensions) | |
TryGetSingleElementEventArgs |
Try to get the one and only element of the collection.
(Defined by EnumerableExtensions) |