Click or drag to resize

CodeMethodParam Properties

The CodeMethodParam type exposes the following members.

Properties
  NameDescription
Public propertyActionId
It is the parameter's method
Public propertyDataType
Only following dataTypes are valid: Text, Integer, DateTime, Decimal or Boolean It defines what type of "Map to value" or "Map to property" is allowed
Public propertyId
Public propertyMapTo
If the readonly flag == MapTo.Property, map to property is selected for the param, else (MapTo.Value), map to value selected
Public propertyName
Public propertyParamDirection
Public propertyParamProperty
It is used for holding property for "Map to property" of the method parameters: setProperty is treated as an integer type property data type of it is defined by DataType property of the class
Public propertyParamState
Flag used for indicating 1. whether the parameter is a newly created, or an existing one. 2. if an existing one, it specifys whether it has been changed or not. 3. if changed, it signifies whether it is dataType- and/or direction-change
Public propertyParamValue
It is used for holding value for "Map to value" of the method parameters: data type of it is defined by DataType property of the class
Public propertyUId
Top
See Also