ItemPickerExtendedData Members
Include Protected Members
Include Inherited Members
Represents extended data for an ItemPicker user control.
The ItemPickerExtendedData type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ItemPickerExtendedData | Initializes an new instance of the ItemPickerExtendedData user control. |
Top
Properties
Name | Description | |
---|---|---|
EntityName | Returns or sets the name of the parent entity for the selected entity instance. | |
EntityNamespace | Returns or sets the namespace of the parent entity of the selected instance. | |
PrimaryColumnName | Returns or sets the name of the primary column for the selected entity instance. | |
SystemInstanceName | Returns or sets the name of the LobSystemInstance instance where the entity instances are stored. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetSecondaryColumnNames | Returns an array of String values that contains the names of additional columns. | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
SetSecondaryColumnNames | Sets the secondary column names from which to pull data about the entity instance. | |
ToString | (Inherited from Object.) |
Top