[This is preliminary documentation and is subject to change.]

Interface that can be implemented by containers whose properties can be changed during their lifetime (like lists, dictionaries etc).

Namespace: Spielwerke.Data
Assembly:  Spielwerke.Data (in Spielwerke.Data.dll)
Version: 1.0.2761.41972

Syntax

C#
public interface IMutablePropertyContainer : IMutablePropertyContainerRead
Visual Basic (Declaration)
Public Interface IMutablePropertyContainer _
	Implements IMutablePropertyContainerRead
Visual C++
public interface class IMutablePropertyContainer : IMutablePropertyContainerRead

Remarks

The interface allows the user to change the properties on top of notifying subscribers when the properties are changed.

See Also