![]() |
Diffusion .NET Classic API - Core and Common
5.9.4
|
Classes | |
class | BaseProperties |
This is the base class for loading and controlling property files. If the PropertyFile is dynamic then the last time modified will be checked before each GetProperty call. If required the property file will be re-loaded picking up all of the new values. More... | |
class | ComplexProperty< T > |
Complex dynamic property implementation. More... | |
class | DynamicProperty< T > |
Abstract class for all dynamic properties. More... | |
interface | IPropertyHandler |
A Property Handler provides an interface to a set of properties. More... | |
class | JavaProperties |
The JavaProperties class loads and saves Java style properties from a Stream. This version uses C# friendly names and implements the most important features of the Java Properties class in Sun Java version 1.5.0 with some methods omitted (e.g. the loadFrom/storeToXML methods as C# provides simple alternatives and any More... | |
class | Properties |
An implementation of the Java Properties class. More... | |
class | PropertyHandlerImpl |
Implementation of IPropertyHandler. More... | |
class | SimpleProperty< T > |
Simple dynamic property. More... | |