Interface IAttributeAnnotation
Contract for annotations based on attributes.
Inherited Members
System.Dynamic.IDynamicMetaObjectProvider.GetMetaObject(System.Linq.Expressions.Expression)
Namespace: Kephas.Model
Assembly: Kephas.Model.dll
Syntax
public interface IAttributeAnnotation : IAnnotation, INamedElement, IAggregatedElementInfo, IElementInfo, IExpando, IDynamicMetaObjectProvider, IIndexable, IAttributeProvider
Properties
| Improve this Doc View SourceAttribute
Gets the attribute.
Declaration
Attribute Attribute { get; }
Property Value
Type | Description |
---|---|
System.Attribute | The attribute. |