Intersoft.Client.UI.Editors Namespace : EditorDataProvider Class |
The following tables list the members exposed by EditorDataProvider.
Name | Description | |
---|---|---|
DisplayMemberPath | Gets or sets the display member path for the editor. | |
IsAsync | Gets or sets the value indicating whether the data is provided using an asynchronous operation. | |
Results | Gets or sets the retrieved data. | |
SelectedValuePath | Gets or sets the selected value path for the editor. |
Name | Description | |
---|---|---|
BeginGetDataAsync | Start retrieves the data using asynchronous operation. | |
BeginSingleAsync | Start retrieves the data using asynchronous operation. | |
EndGetDataAsync | Call this method when the asynchronous get data operation is completed. | |
EndGetSingleAsync | Call this method when the asynchronous get single operation is completed. | |
GetData | Gets the data. | |
GetSingle | Gets single data that will be used as display text. |