Click or drag to resize

ParamsHandlerBase Methods

返回用户文档首页

The ParamsHandlerBase type exposes the following members.

Methods
 NameDescription
Public methodGetDObjectValue 获取字典类型的属性值
Public methodGetDoubleArrayValue 获取double数组类型的属性值
Public methodGetDoubleValue 获取double类型的参数
Public methodGetIntArrayValue 获取int数组类型的参数
Public methodGetIntegerArrayValueObsolete.
获取int数组类型的参数
Public methodGetIntegerValueObsolete.
获取int类型的参数
Public methodGetIntValue 获取int类型的参数
Public methodGetStringValue 获取string类型的属性值
Public methodInitializeDefaultValues 初始化默认值
Public methodSelectDefaultsByEmpty 通过空值表、属性值表筛选默认值,只保留属性值等于空值的属性项
Public methodStatic memberSelectDefaultsByEmpty(DObject, DObject, DObject) 通过空值表、属性值表筛选默认值,只保留属性值等于空值的属性项
Public methodStatic memberVerifyDoubleValue 检验double类型的参数是否存在错误值
Top
See Also