IBaseParam Interface
Description
A business component parameter or runtime parameter.
Public Properties
Public Property DescThe parameter description.
Public Property NameThe component parameter's name.
Public Property OrderThe position of the parameter in the set of parameters of the same component.
Public Property ValueThe parameter's default value.
Public Property ValueTypeThe parameter type. For example Date, String, number, etc.
See Also