CSLA .NET 10.0.0
A home for your business logic
Loading...
Searching...
No Matches
Csla.Core.ContextDictionary Member List

This is the complete list of members for Csla.Core.ContextDictionary, including all inherited members.

Add(object key, object? value)Csla.Core.ContextDictionaryinline
AddOrUpdate(object key, Func< object?, object?> addValueFactory, Func< object?, object?, object?> updateValueFactory)Csla.Core.IContextDictionary
AddOrUpdate(object key, object? addValue, Func< object?, object?, object?> updateValueFactory)Csla.Core.IContextDictionary
ContainsKey(object key)Csla.Core.IContextDictionary
GetOrAdd(object key, Func< object?, object?> valueFactory)Csla.Core.IContextDictionary
GetOrAdd(object key, object? value)Csla.Core.IContextDictionary
GetValueOrNull(string key)Csla.Core.ContextDictionaryinline
IsFixedSizeCsla.Core.ContextDictionary
IsReadOnlyCsla.Core.ContextDictionary
IsSynchronizedCsla.Core.ContextDictionary
Remove(object key)Csla.Core.ContextDictionaryinline
SyncRootCsla.Core.ContextDictionary
TryAdd(object key, object? value)Csla.Core.IContextDictionary
TryGetValue(object key, out object? value)Csla.Core.IContextDictionary
TryRemove(object key, out object? value)Csla.Core.IContextDictionary
TryUpdate(object key, object? newValue, object? comparisonValue)Csla.Core.IContextDictionary