TheNMIEngine..::..FillFieldPicker Method (TheProcessMessage, TheFieldInfo, String, String)
Fills a ComboBox with the FriendlyName/Guid of things with a particular Boolean Property (bModelBool) set to true
Namespace:
nsCDEngine.Engines.NMIServiceAssembly: C-DEngine (in C-DEngine.dll)
Syntax
public static string FillFieldPicker( TheProcessMessage pMsg, TheFieldInfo pTargetFld, string pModelBool, string pModelName )
Public Shared Function FillFieldPicker ( _ pMsg As TheProcessMessage, _ pTargetFld As TheFieldInfo, _ pModelBool As String, _ pModelName As String _ ) As String
public: static String^ FillFieldPicker( TheProcessMessage^ pMsg, TheFieldInfo^ pTargetFld, String^ pModelBool, String^ pModelName )
Parameters
- pMsg
- Type: nsCDEngine.ViewModels..::..TheProcessMessage
Message coming in from a Client
- pTargetFld
- Type: nsCDEngine.Engines.NMIService..::..TheFieldInfo
Target Field of the CommboBox
- pModelBool
- Type: String
Property that has to be set to true of TheThing to be included in Option List
- pModelName
- Type: String
Friendly Name of the Device that should be listed