Interface IDotNetAttributes
Interface that determines if a .net model has attributes assigned.
Namespace: CodeFactory.DotNet
Assembly: CodeFactory.DotNet.dll
Syntax
public interface IDotNetAttributes
Properties
| Improve this Doc View SourceAttributes
The attributes assigned to this item. If the HasAttributes is false this will be an empty list.
Declaration
IReadOnlyList<IDotNetAttribute> Attributes { get; }
Property Value
Type | Description |
---|---|
IReadOnlyList<IDotNetAttribute> |
HasAttributes
Flag that determines if attributes are assigned.
Declaration
bool HasAttributes { get; }
Property Value
Type | Description |
---|---|
bool |