Click or drag to resize
CrmField Constructor (String, FieldType)
Set the field id and associated setter utility method.

Namespace: Blackbaud.UAT.Base
Assembly: Blackbaud.UAT.Core (in Blackbaud.UAT.Core.dll) Version: 1.0.1304.1 (1.0.1304.1)
Syntax
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