public enum DataSourceOperation : System.Enum
| Member | Description |
|---|---|
| ConvertDataObjectProperty | The data source is converting the property value obtained from a data object into the expected type for the corresponding schedule object property. |
| ConvertScheduleObjectProperty | The data source is converting the property value obtained from a schedule object back to the expected type for the corresponding data object property. |
| CreateDataObject | The data source attempted to create a new data object instance. |
| DeleteDataObject | The data source attempted to delete an existing data object instance. |
| GetDataObjectProperty | The data source is retrieving a property value from a data object. |
| InitializeDataObject | The data source attempted to initialize an activity from a data object. |
| ModifyDataObjectList | The data source attempted to add an item to or remove an item from the data object list. |
| Query | The data source is executing a query. |
| SetDataObjectProperty | The data source is assigning a property value to a data object. |
| UpdateDataObject | The data source attempted to update one or more properties of an existing data object instance. |
| VerifyPropertyMappings | The data source is verifying its property mappings |
Target Platforms: Android 4.4+, iOS 8+
Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+