 | CrmField Constructor (String, FieldType, String, String) |
Set the batch column id and associated setter utility method. To only be used
with grid cells where the value should be set using a searchlist.
Namespace: Blackbaud.UAT.BaseAssembly: Blackbaud.UAT.Core (in Blackbaud.UAT.Core.dll) Version: 1.0.1304.1 (1.0.1304.1)
Syntaxpublic CrmField(
string id,
FieldType cellType,
string searchDialogId,
string searchDialogFieldId
)
Public Sub New (
id As String,
cellType As FieldType,
searchDialogId As String,
searchDialogFieldId As String
)
public:
CrmField(
String^ id,
FieldType cellType,
String^ searchDialogId,
String^ searchDialogFieldId
)
Parameters
- id
- Type: SystemString
The unique Id contained in the class attribute. i.e. '_CONSTITUENTID_value' - cellType
- Type: Blackbaud.UAT.BaseFieldType
The type of grid cell. Used to associate the cell with a setter utility method. - searchDialogId
- Type: SystemString
The unique id of the search dialog that would appear upon clicking the search icon of
the associated grid cell. i.e. 'DesignationSearch' - searchDialogFieldId
- Type: SystemString
The unique id of the search dialog field that would appear upon clicking the search icon of
the associated grid cell. i.e. 'COMBINEDSEARCH'
See Also