Realm Xamarin  v0.81.0
Realm for Xamarin
Realms.CollectionNotificationsExtensions Member List

This is the complete list of members for Realms.CollectionNotificationsExtensions, including all inherited members.

AsRealmCollection< T >(this IQueryable< T > results)Realms.CollectionNotificationsExtensionsstatic
AsRealmCollection< T >(this IList< T > list)Realms.CollectionNotificationsExtensionsstatic
Move< T >(this IList< T > list, T item, int index)Realms.CollectionNotificationsExtensionsstatic
SubscribeForNotifications< T >(this IQueryable< T > results, NotificationCallbackDelegate< T > callback)Realms.CollectionNotificationsExtensionsstatic
SubscribeForNotifications< T >(this IList< T > results, NotificationCallbackDelegate< T > callback)Realms.CollectionNotificationsExtensionsstatic
ToNotifyCollectionChanged< T >(this IOrderedQueryable< T > results, Action< Exception > errorCallback)Realms.CollectionNotificationsExtensionsstatic
ToNotifyCollectionChanged< T >(this IOrderedQueryable< T > results, Action< Exception > errorCallback, bool coalesceMultipleChangesIntoReset)Realms.CollectionNotificationsExtensionsstatic