[This is preliminary documentation and is subject to change.]
Syntax
| C# |
|---|
public interface IPropertyCache |
| Visual Basic (Declaration) |
|---|
Public Interface IPropertyCache |
| Visual C++ |
|---|
public interface class IPropertyCache |
The type exposes the following members.
Public Methods
| Name | Description | |
|---|---|---|
| ForceAdd |
Add a property to the cache to make it possible to subscribe it even
though the cache has not received the contents of the parent container
yet.
The cache is expected to overwrite the property type with the actual
values once it receives them. Note that the cache is not expected to
actually subscribe to updates from this property - as there is no
corresponding unsubscribe.
|
See Also
Spielwerke.Data Namespace