Interface IDotNetAttribute
Model definition for an attribute in a .net implementation.
Inherited Members
Namespace: CodeFactory.DotNet
Assembly: CodeFactory.DotNet.dll
Syntax
public interface IDotNetAttribute : IDotNetModel, IModelStatus, IParent, ISourceFiles
Properties
| Improve this Doc View SourceHasParameters
Flag that determines if the attribute has parameters
Declaration
bool HasParameters { get; }
Property Value
Type | Description |
---|---|
bool |
Parameters
Enumeration of the parameters that are assigned to the attribute. This will be an empty list if HasParameters is false.
Declaration
IReadOnlyList<IDotNetAttributeParameter> Parameters { get; }
Property Value
Type | Description |
---|---|
IReadOnlyList<IDotNetAttributeParameter> |
Type
The type information for the attribute itself.
Declaration
IDotNetType Type { get; }
Property Value
Type | Description |
---|---|
IDotNetType |