Interface IDotNetParameterDefaultValue
Model that represents a default value for a IDotNetParameter model.
Inherited Members
Namespace: CodeFactory.DotNet
Assembly: CodeFactory.DotNet.dll
Syntax
public interface IDotNetParameterDefaultValue : IDotNetModel, IModelStatus, IParent, ILookup
Properties
| Improve this Doc View SourceValue
If the default value is a literal value the value will be set, otherwise it will be set to null.
Declaration
string Value { get; }
Property Value
Type | Description |
---|---|
string |
ValueType
The type of default value assigned to the parameter.
Declaration
ParameterDefaultValueType ValueType { get; }
Property Value
Type | Description |
---|---|
ParameterDefaultValueType |