Interface IDotNetAttributeParameter
The model information for a attribute used for a .net implementation.
Inherited Members
Namespace: CodeFactory.DotNet
Assembly: CodeFactory.DotNet.dll
Syntax
public interface IDotNetAttributeParameter : IDotNetModel, IModelStatus
Properties
| Improve this Doc View SourceHasNamedParameter
Flag that determines if the attribute parameter is a named value, or just part of the attributes constructor.
Declaration
bool HasNamedParameter { get; }
Property Value
Type | Description |
---|---|
bool |
Name
The name of the parameter, if this is not a named parameter then it will be set to null
Declaration
string Name { get; }
Property Value
Type | Description |
---|---|
string |
Value
The value that was assigned to the parameter.
Declaration
IDotNetAttributeParameterValue Value { get; }
Property Value
Type | Description |
---|---|
IDotNetAttributeParameterValue |