CSLA.NET 5.4.2
CSLA .NET is a software development framework that helps you build a reusable, maintainable object-oriented business layer for your app.
Csla.Core.ContextDictionary Class Reference

Dictionary type that is serializable with the SerializationFormatterFactory.GetFormatter(). More...

Inheritance diagram for Csla.Core.ContextDictionary:
Csla.Serialization.Mobile.IMobileObject

Public Member Functions

object GetValueOrNull (string key)
 Get a value from the dictionary, or return null if the key is not found in the dictionary. More...
 

Detailed Description

Dictionary type that is serializable with the SerializationFormatterFactory.GetFormatter().

Definition at line 19 of file ContextDictionary.cs.

Member Function Documentation

◆ GetValueOrNull()

object Csla.Core.ContextDictionary.GetValueOrNull ( string  key)

Get a value from the dictionary, or return null if the key is not found in the dictionary.

Parameters
keyKey of value to get from dictionary.

Definition at line 26 of file ContextDictionary.cs.