Click or drag to resize

SuspendableDocumentNodeBaseSetOfEventData Class

[Missing <summary> documentation for "T:Altaxo.Main.SuspendableDocumentNodeBase.SetOfEventData"]

Inheritance Hierarchy
SystemObject
  System.Collections.GenericDictionaryEventArgs, EventArgs
    Altaxo.MainSuspendableDocumentNodeBaseSetOfEventData

Namespace: Altaxo.Main
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
protected class SetOfEventData : Dictionary<EventArgs, EventArgs>, 
	ISetOfEventData, ICollection<EventArgs>, IEnumerable<EventArgs>, 
	IEnumerable

The SuspendableDocumentNodeBaseSetOfEventData type exposes the following members.

Constructors
 NameDescription
Public methodSuspendableDocumentNodeBaseSetOfEventDataInitializes a new instance of the SuspendableDocumentNodeBaseSetOfEventData class
Top
Properties
 NameDescription
Public propertyCapacityGets the total numbers of elements the internal data structure can hold without resizing.
(Inherited from DictionaryEventArgs, EventArgs)
Public propertyComparerGets the IEqualityComparerT that is used to determine equality of keys for the dictionary.
(Inherited from DictionaryEventArgs, EventArgs)
Public propertyCountGets the number of key/value pairs contained in the DictionaryTKey, TValue.
(Inherited from DictionaryEventArgs, EventArgs)
Public propertyIsReadOnly 
Public propertyItemGets or sets the value associated with the specified key.
(Inherited from DictionaryEventArgs, EventArgs)
Public propertyKeysGets a collection containing the keys in the DictionaryTKey, TValue.
(Inherited from DictionaryEventArgs, EventArgs)
Public propertyValuesGets a collection containing the values in the DictionaryTKey, TValue.
(Inherited from DictionaryEventArgs, EventArgs)
Top
Methods
 NameDescription
Public methodAdd(EventArgs) 
Public methodAdd(TKey, TValue)Adds the specified key and value to the dictionary.
(Inherited from DictionaryEventArgs, EventArgs)
Public methodClearRemoves all keys and values from the DictionaryTKey, TValue.
(Inherited from DictionaryEventArgs, EventArgs)
Public methodContains 
Public methodContainsKeyDetermines whether the DictionaryTKey, TValue contains the specified key.
(Inherited from DictionaryEventArgs, EventArgs)
Public methodContainsValueDetermines whether the DictionaryTKey, TValue contains a specific value.
(Inherited from DictionaryEventArgs, EventArgs)
Public methodCopyTo 
Public methodEnsureCapacityEnsures that the dictionary can hold up to a specified number of entries without any further expansion of its backing storage.
(Inherited from DictionaryEventArgs, EventArgs)
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetAlternateLookup``1Gets an instance of a type that can be used to perform operations on the current DictionaryTKey, TValue using a TAlternateKey as a key instead of a TKey.
(Inherited from DictionaryEventArgs, EventArgs)
Public methodGetEnumerator 
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodOnDeserializationImplements the ISerializable interface and raises the deserialization event when the deserialization is complete.
(Inherited from DictionaryEventArgs, EventArgs)
Public methodRemove(TKey)Removes the value with the specified key from the DictionaryTKey, TValue.
(Inherited from DictionaryEventArgs, EventArgs)
Public methodRemove(TKey, TValue)Removes the value with the specified key from the DictionaryTKey, TValue, and copies the element to the value parameter.
(Inherited from DictionaryEventArgs, EventArgs)
Public methodSetOrAccumulate 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.
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Public methodTrimExcessSets the capacity of this dictionary to what it would be if it had been originally initialized with all its entries.
(Inherited from DictionaryEventArgs, EventArgs)
Public methodTrimExcess(Int32)Sets the capacity of this dictionary to hold up a specified number of entries without any further expansion of its backing storage.
(Inherited from DictionaryEventArgs, EventArgs)
Public methodTryAddAttempts to add the specified key and value to the dictionary.
(Inherited from DictionaryEventArgs, EventArgs)
Public methodTryGetAlternateLookup``1Gets an instance of a type that can be used to perform operations on the current DictionaryTKey, TValue using a TAlternateKey as a key instead of a TKey.
(Inherited from DictionaryEventArgs, EventArgs)
Public methodTryGetValueGets the value associated with the specified key.
(Inherited from DictionaryEventArgs, EventArgs)
Top
Extension Methods
 NameDescription
Public Extension MethodAddRangeEventArgs Adds a range of items to a collection.
(Defined by ListExtensions)
Public Extension MethodFillWithEventArgs Clears and fills a collection with the specified items.
(Defined by ListExtensions)
Public Extension MethodFirstOrEventArgs Returns the first value of the enumeration, or, if the enumeration is empty, the other value provided in the arguments.
(Defined by EnumerableExtensions)
Public Extension MethodFlattenFromRootToLeavesEventArgs Converts a recursive data structure into a flat list. The root element is enumerated before its corresponding child element(s).
(Defined by EnumerableExtensions)
Public Extension MethodForEachDoEventArgs Executes an action for each element of the sequence.
(Defined by EnumerableExtensions)
Public Extension MethodGetSameOrDefaultEventArgs, S Gets the same element if all elements of the enumeration (after a transformation) are the same. If the elements in the enumeration are different, the return value is null or default.
(Defined by EnumerableExtensions)
Public Extension MethodHasSingleElementEventArgs Determines whether the specified enumeration has exactly one element.
(Defined by EnumerableExtensions)
Public Extension MethodIndexOfEventArgs Gets the index of an item in an enumeration or list.
(Defined by ListExtensions)
Public Extension MethodIndexOfFirstEventArgs Gets the index of the first item in list that fulfills the predicate predicate.
(Defined by ListExtensions)
Public Extension MethodIndexOfFirstEventArgs Gets the index of the first item in list that fulfills the predicate predicate.
(Defined by ListExtensions)
Public Extension MethodIndexOfMaxEventArgsReturn 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)
Public Extension MethodIndexOfMinEventArgsReturn 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)
Public Extension MethodIndicesInt32AndValuesWhereEventArgs 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)
Public Extension MethodIndicesInt32AndValuesWhereEventArgs 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)
Public Extension MethodIndicesInt32WhereEventArgs Returns the indices of the elements which fullfill a given condition, given by the element's value.
(Defined by EnumerableExtensions)
Public Extension MethodIndicesInt32WhereEventArgs Returns the indices of the elements which fullfill a given condition, given by the element's value and its index.
(Defined by EnumerableExtensions)
Public Extension MethodIndicesOfMinMaxEventArgsReturn 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)
Public Extension MethodIsEmptyEventArgs Determines whether the specified enumeration is empty.
(Defined by EnumerableExtensions)
Public Extension MethodJoinConditionalEventArgs, T2 Takes a join of two sequences, but only takes into account those pair, which fulfill a given condition.
(Defined by EnumerableExtensions)
Public Extension MethodJoinConditionalEventArgs, T2, TResult Takes a join of two sequences, but only takes into account those pair, which fulfill a given condition.
(Defined by EnumerableExtensions)
Public Extension MethodLastOrEventArgs Returns the last value of the enumeration, or, if the enumeration is empty, the other value provided in the arguments.
(Defined by EnumerableExtensions)
Public Extension MethodMaxElementEventArgs, 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)
Public Extension MethodMaxOrDefaultEventArgs, M Evaluates the maximum of a enumeration of elements, or returns a default value if the series is empty.
(Defined by EnumerableExtensions)
Public Extension MethodSelectCombinationEventArgs Select a random combination, without repetition, from a data sequence by selecting k elements in original order.
(Defined by Combinatorics)
Public Extension MethodSelectCombinationWithRepetitionEventArgs Select a random combination, with repetition, from a data sequence by selecting k elements in original order.
(Defined by Combinatorics)
Public Extension MethodSelectPermutationEventArgs Select a random permutation from a data sequence by returning the provided data in random order. Implemented using Fisher-Yates Shuffling.
(Defined by Combinatorics)
Public Extension MethodSelectVariationEventArgs 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)
Public Extension MethodSelectVariationWithRepetitionEventArgs Select a random variation, with repetition, from a data sequence by randomly selecting k elements in random order.
(Defined by Combinatorics)
Public Extension MethodTakeAllButLastEventArgs Takes all elements of the enumeration except the last element.
(Defined by EnumerableExtensions)
Public Extension MethodThisOrEmptyEventArgs Returns either the provided enumeration, or if it is null, an empty enumeration.
(Defined by EnumerableExtensions)
Public Extension MethodTryGetFirstAndLastEventArgs Returns true and the first and last value of the enumeration, or, if the enumeration is empty, returns false.
(Defined by EnumerableExtensions)
Public Extension MethodTryGetSingleElementEventArgs Try to get the one and only element of the collection.
(Defined by EnumerableExtensions)
Top
See Also