Interface ICsAttributeParameter
The model information for a attribute used for a c# implementation.
Inherited Members
Namespace: CodeFactory.WinVs.Models.CSharp
Assembly: CodeFactory.WinVs.dll
Syntax
public interface ICsAttributeParameter : ICsModel, IModelStatus
Properties
HasNamedParameter
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
CsAttributeParameterValue Value { get; }
Property Value
Type | Description |
---|---|
CsAttributeParameterValue |