Namespace Cortex.Net.Types
Classes
DeepEnhancer
DeepEnhancer enhancer. Tries to enhance child objects as well.
ObjectCancellableEventArgs
Base class for object event args.
ObjectChangedEventArgs<T>
Event arguments for a value that has changed.
ObjectChangeEventArgs<T>
Event arguments for a value on an object that will change.
ObjectEventArgs
Base class for object event args.
ObjectKeyAddedEventArgs<T>
Event arguments for a value on an object that will change.
ObjectKeyAddEventArgs<T>
Event arguments for a value on an object that will change.
ObjectKeyRemovedEventArgs
Event arguments for a property on an object that will be removed.
ObjectKeyRemoveEventArgs
Event arguments for a property on an object that will be removed.
ObservableCollection<T>
Implements an Observable collection of Items.
ObservableCollectionAddedEventArgs<T>
Event arguments for an element that was added to a collection.
ObservableCollectionAddEventArgs<T>
Event arguments for an element that was added to a collection.
ObservableCollectionCancellableEventArgs
Base class for value event args.
ObservableCollectionChangedEventArgs<T>
Base class for value event args.
ObservableCollectionChangeEventArgs<T>
Base class for value event args.
ObservableCollectionEventArgs
Base class for value event args.
ObservableCollectionRemovedEventArgs<T>
Event arguments for an element that was added to a collection.
ObservableCollectionRemoveEventArgs<T>
Event arguments for an element that was removed from a collection.
ObservableDictionary<TKey, TValue>
Implements an Observable dictionary of key value pairs..
ObservableDictionaryAddedEventArgs<TKey, TValue>
Event arguments for an element that was added to a collection.
ObservableDictionaryAddEventArgs<TKey, TValue>
Event arguments for an element that was added to a collection.
ObservableDictionaryCancellableEventArgs
Base class for value event args.
ObservableDictionaryChangedEventArgs<TKey, TValue>
Base class for value event args.
ObservableDictionaryChangeEventArgs<TKey, TValue>
Base class for value event args.
ObservableDictionaryEventArgs
Base class for value event args.
ObservableDictionaryRemovedEventArgs<TKey, TValue>
Event arguments for an element that was added to a collection.
ObservableDictionaryRemoveEventArgs<TKey, TValue>
Event arguments for an element that was removed from a collection.
ObservableObject
Base or inner class for observable objects.
ObservableSet<T>
Implements an Observable set of Items.
ObservableSetAddedEventArgs<T>
Event arguments for an element that was added to a set.
ObservableSetAddEventArgs<T>
Event arguments for an element that was added to a set.
ObservableSetCancellableEventArgs
Base class for value event args.
ObservableSetEventArgs
Base class for value event args.
ObservableSetRemovedEventArgs<T>
Event arguments for an element that was added to a set.
ObservableSetRemoveEventArgs<T>
Event arguments for an element that was removed from a set.
ObservableValue<T>
Observable value. Can be changed and can be observed.
ReferenceEnhancer
Reference enhancer. Does nothing but return the same value.
ValueChangedEventArgs<T>
Event arguments for a value that has changed.
ValueChangeEventArgs<T>
Event arguments for a value that will change.
ValueEventArgs
Base class for value event args.