Interface ICsParameterDefaultValue
Model that represents a default value for a ICsParameter model.
Inherited Members
Namespace: CodeFactory.WinVs.Models.CSharp
Assembly: CodeFactory.WinVs.dll
Syntax
public interface ICsParameterDefaultValue : ICsModel, IModelStatus, IParent, ILookup
Properties
Value
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 |