Namespace The.Attributes
Classes
- AttributeBase
Nongeneric base class for attributes
- AttributeBase<TStorage, TPresentation>
Attribute which represents a datastore column, either set manually or calculated by supplied code.
Interfaces
- IAttributeVisitor
Generic visitor which behaves like a higher-kinded Action<T> for any T.
- IAttributeVisitor<U>
Generic visitor which behaves like a higher-kinded Func<T, TResult> for any T.