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

Any property container which cannot immediately decide if it contains certain properties (e. g. because the actual container is hold remotely and needs to be queried over the network) should implement this feature to allow easy access to child properties of containers not yet copied into the cache. The interface is used by PropertyHandle automatically, if it is implemented.

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

Syntax

C#
public interface IPropertyCache
Visual Basic (Declaration)
Public Interface IPropertyCache
Visual C++
public interface class IPropertyCache

See Also