![]() | CrmField Class |
Namespace: Blackbaud.UAT.Base
The CrmField type exposes the following members.
Name | Description | |
---|---|---|
![]() | CrmField(String, FieldType) |
Set the field id and associated setter utility method.
|
![]() | CrmField(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.
|
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
![]() | CellType |
The type of field. Used to associate the field with a setter utility method.
|
![]() | Id |
The unique Id contained in the id attribute.
i.e. '_CONSTITUENTID_value'
|
![]() | SearchDialogFieldId |
The unique id of the search dialog field that would appear upon clicking the search icon of
the associated grid cell.
i.e. 'COMBINEDSEARCH'
Used for fields associated with 'BatchGridCellType.Searchlist'.
|
![]() | SearchDialogId |
The unique id of the search dialog that would appear upon clicking the search icon of
the associated grid cell.
i.e. 'DesignationSearch'
Used for fields associated with 'BatchGridCellType.Searchlist'.
|