QAdminBasePageModelTryGetFineUIDropDownListUserInputText Method
当某属性对应的界面上的下拉框为可输入状态时,可调用此方法来获取下拉框的值。
Namespace: QuickAdmin.RCLAssembly: QuickAdmin.Net (in QuickAdmin.Net.dll) Version: 1.0.122
protected bool TryGetFineUIDropDownListUserInputText(
object currentInput,
string propName,
string currentInputPropName = "currentInput"
)
- currentInput object
- 当前输入数据对象。
- propName string
- 要获取 currentInput 的哪个属性的输入值,区分大小写。
- currentInputPropName string (Optional)
- 当前页面里 currentInput 的属性名称。
bool若已取得对应 Form 值并存入
currentInput.
propName,返回
true,否则返回
false。