 | CrmField Constructor (String, FieldType) |
Set the field id and associated setter utility method.
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
)
Public Sub New (
id As String,
cellType As FieldType
)
public:
CrmField(
String^ id,
FieldType cellType
)
Parameters
- id
- Type: SystemString
The unique Id contained in the id 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.
See Also