Namespace Loehnert.Lisrt.Modules.Configuration.Attributes
Classes
- ConfigurationAttribute
Specifies the property is a configuration property. If the property represents a collection, the type of the property must implement the IList interface. If the property is not a value type, the type of the property must be decorated with ConfigurationClassAttribute attribute.
- ConfigurationClassAttribute
Represents an attribute for a class that contains properties decorated with ConfigurationAttribute.