| Visual Basic (Declaration) | |
|---|---|
Public NotInheritable Class DynamicPropertiesCollection Implements IUserDefinedType | |
| Visual Basic (Usage) | |
|---|---|
| |
| C# | |
|---|---|
public sealed class DynamicPropertiesCollection : IUserDefinedType | |
| Managed Extensions for C++ | |
|---|---|
public __gc __sealed class DynamicPropertiesCollection : public IUserDefinedType | |
| C++/CLI | |
|---|---|
public ref class DynamicPropertiesCollection sealed : public IUserDefinedType | |
| C# | |
|---|---|
[Persistent("USER")] | |
This class contains a set of DynamicProperties allowing to extend dynamically an entity in the storage. The DynamicPropertiesContainer is set as type of property in the persistent object and that property is then mapped (using the FieldAttribute) to a field in the storage that can contain xml strings.
DynamicProperties are saved to that field as xml string and restored after load. This feature allows to extend the entity dynamically. The user of the final program can theirfore add new fields to extend the functionality of the program.
System.Object
Chili.Opf3.DynamicProperties.DynamicPropertiesCollection
Requirements
Namespace: Chili.Opf3.DynamicProperties
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Assembly: Chili.Opf3 (in Chili.Opf3.dll)