BH.oM.Base.Attributes.DynamicPropertyAttribute¶
Defines a property as a container for dynamic properties. This must be a dictionary where keys are enums.
Class structure¶
Implemented interfaces and base types¶
The DynamicPropertyAttribute is inheriting from the following base type(s) and implements the following interfaces:
- Attribute
- BH.oM.Base.IImmutable
- BH.oM.Base.IObject
Properties¶
Inherited properties¶
The following properties are inherited from the base class of the object
Name | Type | Description | Quantity |
---|---|---|---|
TypeId | object | - | - |
Code and Schema¶
C# implementation¶
C#
public class DynamicPropertyAttribute : System.Attribute, BH.oM.Base.IImmutable, BH.oM.Base.IObject
Assembly: BHoM.dll
The C# class definition is available on github:
All history and changes of the class can be found by inspection the history.