C# Class Realms.CollectionHandleBase

Inheritance: RealmHandle
Afficher le fichier Open project: realm/realm-dotnet Class Usage Examples

Méthodes publiques

Méthode Description
AddNotificationCallback ( IntPtr managedCollectionHandle, NotificationCallbackDelegate callback ) : IntPtr
Count ( ) : int
DestroyNotificationToken ( IntPtr token ) : IntPtr
GetObjectAtIndex ( int index ) : IntPtr

Méthodes protégées

Méthode Description
CollectionHandleBase ( RealmHandle root ) : System

Method Details

AddNotificationCallback() public abstract méthode

public abstract AddNotificationCallback ( IntPtr managedCollectionHandle, NotificationCallbackDelegate callback ) : IntPtr
managedCollectionHandle System.IntPtr
callback NotificationCallbackDelegate
Résultat System.IntPtr

CollectionHandleBase() protected méthode

protected CollectionHandleBase ( RealmHandle root ) : System
root RealmHandle
Résultat System

Count() public abstract méthode

public abstract Count ( ) : int
Résultat int

DestroyNotificationToken() public méthode

public DestroyNotificationToken ( IntPtr token ) : IntPtr
token System.IntPtr
Résultat System.IntPtr

GetObjectAtIndex() public abstract méthode

public abstract GetObjectAtIndex ( int index ) : IntPtr
index int
Résultat System.IntPtr