Click or drag to resize

ParameterProperties Interface

Properties specific to Parameter objects.

Namespace:  SystemProperties
Assembly:  EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public interface ParameterProperties

The ParameterProperties type exposes the following members.

Properties
  NameDescription
Public propertyDefaultValue
The parameter's default value. This value is used only by the code generator.
Public propertyDescription
The text to display in the studio and generated help as the summary description for the parameter.
Public propertyDocumentationReferences
Type references for documentation purposes.
Public propertyMaskName
For enumeration types only, the name of the enumeration item providing a mask of valid enumeration values in this context.
Top
Remarks
Note Note
This interface is declared for documentation purposes only and is not intended to be used from code.
See Also