Interface ICsParameter
The definition of a parameter used in C#.
Inherited Members
Namespace: CodeFactory.DotNet.CSharp
Assembly: CodeFactory.DotNet.dll
Syntax
public interface ICsParameter : ICsModel, ICsAttributes, IDotNetParameter, IDotNetModel, IModelStatus, IDotNetAttributes, ILookup, IParent, IParent
Properties
| Improve this Doc View SourceDefaultValue
The default value assigned to the parameter. This will be null if the HasDefaultValue property is set to false.
Declaration
CsParameterDefaultValue DefaultValue { get; }
Property Value
Type | Description |
---|---|
CsParameterDefaultValue |
ParameterType
The data type assigned to the parameter.
Declaration
CsType ParameterType { get; }
Property Value
Type | Description |
---|---|
CsType |