Click or drag to resize
CrmField Class
Wrapper class to encapsulate a field caption with a field type, unique element id, and search dialog ids when required.
Inheritance Hierarchy
SystemObject
  Blackbaud.UAT.BaseCrmField

Namespace: Blackbaud.UAT.Base
Assembly: Blackbaud.UAT.Core (in Blackbaud.UAT.Core.dll) Version: 1.0.1304.1 (1.0.1304.1)
Syntax
public class CrmField

The CrmField type exposes the following members.

Constructors
  NameDescription
Public methodCrmField(String, FieldType)
Set the field id and associated setter utility method.
Public methodCrmField(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.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Fields
  NameDescription
Public fieldCellType
The type of field. Used to associate the field with a setter utility method.
Public fieldId
The unique Id contained in the id attribute. i.e. '_CONSTITUENTID_value'
Public fieldSearchDialogFieldId
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'.
Public fieldSearchDialogId
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'.
Top
See Also