Click or drag to resize

Altaxo Namespace

[Missing <summary> documentation for "N:Altaxo"]

Classes
 ClassDescription
Public classAltaxoDocument Summary description for AltaxoDocument.
Public classAltaxoOperatorException Summary description for AltaxoExeptions.
Public classAsynchronousEvent Asynchronous event with no arguments. The event handlers can be executed either parallel or serial. All methods of this class are thread safe.
Public classBaseException Base class for exceptions thrown by the base.
Public classCopyHelper Helps to copy instances, preferably by using ICopyFrom, or by using ICloneable interface.
Public classCurrent 
Public classDisposableBase Base class for classes that should implement IDisposable.
Public classIconResourceAttribute Attribute used to tag strings that represent icon resource keys.
Public classPropertyExtensions Helper class to get the property bags in the hierarchy as used in the Altaxo project, and to retrieve property values using this hierarchy.
Public classStringResources String resource manager for the AltaxoCore DLL and other DLLs that reference AltaxoCore.
Public classTimeSpanExtensions Fix for TimeSpan: TimeSpan.FromSeconds is rounding the resulting time span to integer milliseconds.
Public classWeakActionHandler Mediates an action event with no argument, holding only a weak reference to the event sink. Thus there is no reference created from the event source to the event sink, and the event sink can be garbage collected.
Public classWeakActionHandlerT1 Mediates an action event with one argument, holding only a weak reference to the event sink. Thus there is no reference created from the event source to the event sink, and the event sink can be garbage collected.
Public classWeakActionHandlerT1, T2 Mediates an action event with two arguments, holding only a weak reference to the event sink. Thus there is no reference created from the event source to the event sink, and the event sink can be garbage collected.
Public classWeakActionHandlerT1, T2, T3 Mediates an action event with two arguments, holding only a weak reference to the event sink. Thus there is no reference created from the event source to the event sink, and the event sink can be garbage collected.
Public classWeakAsynchronousEvent Asynchronous event with no arguments. The event handlers are stored as weak references, in order to not prevent the event handler instances to be garbage collected. The event handlers can be executed either parallel or serial. All functions of this class are thread safe.
Public classWeakDelegateTDelegate Can be used to build an event that binds the clients weak.
Public classWeakEventHandler Mediates an EventHandler event, holding only a weak reference to the event sink, and a weak reference to the event source for removing the event handler. Thus there is no reference created from the event source to the event sink, and both the event sink and the event source can be garbage collected.
Public classWeakEventHandlerTEventArgs Mediates an EventHandler event, holding only a weak reference to the event sink. Thus there is no reference created from the event source to the event sink, and the event sink can be garbage collected.
Public classWeakPropertyChangedEventHandler Mediates an EventHandler event, holding only a weak reference to the event sink. Thus there is no reference created from the event source to the event sink, and the event sink can be garbage collected.
Structures
 StructureDescription
Public structureRADouble This structure holds a value, which is either absolute or relative to another value.
Public structureStringResourceKey Designates a resource key that will be used to retrieve a resource string. This struct is immutable. Store instances of this struct in static fields. This will help external programs to prove that for all resource keys there exists corresponding entries.
Interfaces
 InterfaceDescription
Public interfaceIProgressReporter Allows a thread to report text to a receiver. Additionally, the thread can use the properties CancellationPending, CancellationToken, and CancellationTokenHard to end the task in a safe way.
Enumerations
 EnumerationDescription
Public enumerationMatrixNorm Differnent types of norms of a matrix.
Public enumerationOperationStatus Represents the status of a operation with progress monitor.
Public enumerationSortDirection Designates a sort direction (ascending, descending, or no sorting at all).