Xamarin.Forms.Pages 1.0.0.0 System.Object System.ComponentModel.INotifyPropertyChanged Xamarin.Forms.Pages.IDataSource Base class for data sources. To be added. Constructor 1.0.0.0 Creates an empty data source. To be added. Property 1.0.0.0 System.Collections.Generic.IReadOnlyList<Xamarin.Forms.Pages.IDataItem> Gets the enumerable list of data items in the data source. The enumerable list of data items in the data source. To be added. Method 1.0.0.0 System.Threading.Tasks.Task<System.Collections.Generic.IList<Xamarin.Forms.Pages.IDataItem>> Gets a list of the underlying data for the data source. The list of the underlying data for the data source. To be added. Method 1.0.0.0 System.Object The key that identifies the value to get. Returns the value that is identified by . The value that is identified by . To be added. Property 1.0.0.0 System.Boolean Gets a value that is if the data is loading, or if it is finished loading or has not begun to load. if the data is loading, or if it is finished loading or has not begun to load. To be added. Property 1.0.0.0 System.Object The key for the data item to get or set. Gets or sets the data item that is identified by . The data item that is identified by . To be added. Method 1.0.0.0 System.Void System.Runtime.CompilerServices.CallerMemberName The property that was changed. Method that is called when a monitored property is changed. To be added. Method 1.0.0.0 System.Boolean The identifier for the data item to change. The new value. Sets the data that is identified by to and calls the method if is different from the current value. if the new value is the same as the old value. Otherwise, . To be added. Property 1.0.0.0 System.Collections.Generic.IEnumerable<System.String> For internal use. To be added. To be added. Method 1.0.0.0 System.Diagnostics.DebuggerStepThrough System.Runtime.CompilerServices.AsyncStateMachine(typeof(Xamarin.Forms.Pages.BaseDataSource/<Xamarin-Forms-Pages-IDataSource-MaskKey>d__13)) System.Void To be added. For internal use. To be added. Method 1.0.0.0 System.Diagnostics.DebuggerStepThrough System.Runtime.CompilerServices.AsyncStateMachine(typeof(Xamarin.Forms.Pages.BaseDataSource/<Xamarin-Forms-Pages-IDataSource-UnmaskKey>d__14)) System.Void To be added. For internal use. To be added.