ICape Option Parameter Spec Interface
This interface is for a parameter specification
when the parameter is an option, which represents
a list of strings from which one is selected.
Definition
Namespace: CapeOpen
Assembly: CapeOpen (in CapeOpen.dll) Version: 1.0.0.0 (1.0.0.0)
Assembly: CapeOpen (in CapeOpen.dll) Version: 1.0.0.0 (1.0.0.0)
C#
[ComImportAttribute]
[ComVisibleAttribute(false)]
[GuidAttribute("678c099f-0093-11d2-a67d-00105a42887f")]
public interface ICapeOptionParameterSpecVB
<ComImportAttribute>
<ComVisibleAttribute(false)>
<GuidAttribute("678c099f-0093-11d2-a67d-00105a42887f")>
Public Interface ICapeOptionParameterSpecProperties
| DefaultValue | Gets the default value of the parameter. |
| OptionList | Gets the list of valid values for the parameter if 'RestrictedtoList' property is true. |
| RestrictedToList | A list of Strings that the valueo f the parameter will be validated against. |
Methods
| Validate | Validates the value against the parameter's specification. |