|
Realm Xamarin
v0.81.0
Realm for Xamarin
|
This is the complete list of members for Realms.CollectionNotificationsExtensions, including all inherited members.
| AsRealmCollection< T >(this IQueryable< T > results) | Realms.CollectionNotificationsExtensions | static |
| AsRealmCollection< T >(this IList< T > list) | Realms.CollectionNotificationsExtensions | static |
| Move< T >(this IList< T > list, T item, int index) | Realms.CollectionNotificationsExtensions | static |
| SubscribeForNotifications< T >(this IQueryable< T > results, NotificationCallbackDelegate< T > callback) | Realms.CollectionNotificationsExtensions | static |
| SubscribeForNotifications< T >(this IList< T > results, NotificationCallbackDelegate< T > callback) | Realms.CollectionNotificationsExtensions | static |
| ToNotifyCollectionChanged< T >(this IOrderedQueryable< T > results, Action< Exception > errorCallback) | Realms.CollectionNotificationsExtensions | static |
| ToNotifyCollectionChanged< T >(this IOrderedQueryable< T > results, Action< Exception > errorCallback, bool coalesceMultipleChangesIntoReset) | Realms.CollectionNotificationsExtensions | static |