PickerEntity members
Represents the basic structure for all entities.
The PickerEntity type exposes the following members.
Constructors
Name | Description | |
---|---|---|
PickerEntity | Creates a new instance of the PickerEntity class. |
Top
Properties
Name | Description | |
---|---|---|
Claim | Gets or sets an object that represents whether an entity has the right to claim the specified values. | |
Description | Gets or sets text in a text box in the browser. | |
DisplayText | Gets or sets text in the editing control. | |
EntityData | Gets or sets a data-mapping structure that is defined by the consumer of the PickerEntity class. | |
EntityDataElements | ||
EntityGroupName | Group under which this entity is filed in the picker. | |
EntityType | Gets or sets the name of the entity data type. | |
HierarchyIdentifier | Gets or sets the identifier of the current picker entity within the hierarchy provider. | |
IsResolved | Gets or sets a value that indicates whether the entity has been validated. | |
Key | Gets or sets the identifier of a database record. | |
MultipleMatches | ||
ProviderDisplayName | ||
ProviderName |
Top
Methods
Name | Description | |
---|---|---|
Clear | Reinitializes the PickerEntity class with default values. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) | |
ToXmlData() | Retrieves an XML representation of data. | |
ToXmlData(Boolean) | Retrieves an XML representation of data depending on the value of isIE. |
Top